SOAj Core v. 1.3


info.soaj.core.throwable
Class SjCoreExceptionFindingPlugin

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by info.soaj.core.throwable.SjBaseCoreRuntimeException
                  extended by info.soaj.core.throwable.SjCoreExceptionFindingPlugin
All Implemented Interfaces:
SjInterfaceThrowable, java.io.Serializable

public class SjCoreExceptionFindingPlugin
extends SjBaseCoreRuntimeException

This class contains methods supporting self-logging and self-emailing of exceptions.

Copyright (c) 2006 - 2009 by Global Technology Consulting Group, Inc. at gtcGroup.com .

Since:
v. 1.0
Author:
MarvinToll@gtcGroup.com
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          UID
 
Fields inherited from class info.soaj.core.throwable.SjBaseCoreRuntimeException
logged, throwableAttributes
 
Constructor Summary
SjCoreExceptionFindingPlugin(SjAttributesForThrowable throwableAttributes, java.lang.String message)
          Constructor
SjCoreExceptionFindingPlugin(SjAttributesForThrowable throwableAttributes, java.lang.String message, java.lang.Throwable e)
          Constructor
 
Method Summary
 
Methods inherited from class info.soaj.core.throwable.SjBaseCoreRuntimeException
getThrowableAttributes, initializeLogged, isLogged
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
UID

See Also:
Constant Field Values
Constructor Detail

SjCoreExceptionFindingPlugin

public SjCoreExceptionFindingPlugin(SjAttributesForThrowable throwableAttributes,
                                    java.lang.String message)
Constructor

Parameters:
throwableAttributes -
message -

SjCoreExceptionFindingPlugin

public SjCoreExceptionFindingPlugin(SjAttributesForThrowable throwableAttributes,
                                    java.lang.String message,
                                    java.lang.Throwable e)
Constructor

Parameters:
throwableAttributes -
message -
e -

SOAj Core v. 1.3


Copyright (c) 2006 - 2009 by Global Technology Consulting Group, Inc. at gtcGroup.com.
Use is authorized, provided the source is acknowledged by inclusion of this copyright notice.