public class STSModuleException
extends STSException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STSModuleException_java_copyright |
static java.lang.String |
STSModuleException_java_sourceCodeID |
| Constructor and Description |
|---|
STSModuleException(FIMLogger log,
java.lang.String methodName,
java.lang.Throwable cause)
Constructs a new exception which was thrown from within the specified
method, with the specified cause and logs to the specified logger.
|
STSModuleException(java.lang.String msg)
Constructs a new exception with the specified message.
|
STSModuleException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a new exception with the specified cause and message.
|
STSModuleException(STSErrorCode errorCode,
FIMLogger log,
java.lang.String methodName,
java.lang.String msgKey,
java.lang.Object[] arguments)
Constructs a new exception which uses a message template to display the
exception information to the caller using the message key and arguments.
|
STSModuleException(STSErrorCode errorCode,
FIMLogger log,
java.lang.String methodName,
java.lang.String msgKey,
java.lang.Object[] arguments,
java.lang.Throwable cause)
Constructs a new exception which uses a message template to display the
exception information to the caller using the message key and arguments.
|
public static final java.lang.String STSModuleException_java_sourceCodeID
public static final java.lang.String STSModuleException_java_copyright
public STSModuleException(STSErrorCode errorCode,
FIMLogger log,
java.lang.String methodName,
java.lang.String msgKey,
java.lang.Object[] arguments,
java.lang.Throwable cause)
errorCode - the error code associated with this exceptionlog - the logger where the exception is loggedmethodName - the name of the method where the exception occurredmsgKey - the message key used to lookup a message templatearguments - the arguments to the message templatecause - the cause of the exceptionpublic STSModuleException(STSErrorCode errorCode,
FIMLogger log,
java.lang.String methodName,
java.lang.String msgKey,
java.lang.Object[] arguments)
errorCode - the error code associated with this exceptionlog - the logger where the exception is loggedmethodName - the name of the method where the exception occurredmsgKey - the message key used to lookup a message templatearguments - the arguments to the message templatepublic STSModuleException(FIMLogger log,
java.lang.String methodName,
java.lang.Throwable cause)
log - the logger where the exception is loggedmethodName - the name of the method where the exception occurredcause - the cause of the exceptionpublic STSModuleException(java.lang.String msg)
msg - the exception messagepublic STSModuleException(java.lang.String msg,
java.lang.Throwable cause)
msg - the exception messagecause - the cause of the exception