|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.websphere.wim.exception.WIMException
com.ibm.websphere.wim.exception.SubscriberException
public class SubscriberException
Field Summary |
---|
Fields inherited from class com.ibm.websphere.wim.exception.WIMException |
---|
SUCCESS |
Constructor Summary | |
---|---|
SubscriberException(SubscriberExecStatus status,
java.util.logging.Level severity,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String message)
Constructor |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String message,
java.util.logging.Level severity,
java.lang.String className,
java.lang.String methodName)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String message,
java.util.logging.Level severity,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String inputMessageKey,
java.lang.Object[] params)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String inputMessageKey,
java.lang.Object[] params,
java.util.logging.Level severity,
java.lang.String className,
java.lang.String methodName)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String inputMessageKey,
java.lang.Object[] params,
java.util.logging.Level severity,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String inputMessageKey,
java.lang.Object[] params,
java.lang.String className,
java.lang.String methodName)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String inputMessageKey,
java.lang.Object[] params,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String inputMessageKey,
java.lang.Object[] params,
java.lang.Throwable cause)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String inputMessageKey,
java.lang.String inputMessageBundle)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String inputMessageKey,
java.lang.String inputMessageBundle,
java.util.logging.Level severity,
java.lang.String className,
java.lang.String methodName)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String inputMessageKey,
java.lang.String inputMessageBundle,
java.util.logging.Level severity,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String inputMessageKey,
java.lang.String inputMessageBundle,
java.lang.Object[] params)
Constructor |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String inputMessageKey,
java.lang.String inputMessageBundle,
java.lang.Object[] params,
java.util.logging.Level severity,
java.lang.String className,
java.lang.String methodName)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String inputMessageKey,
java.lang.String inputMessageBundle,
java.lang.Object[] params,
java.util.logging.Level severity,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String inputMessageKey,
java.lang.String inputMessageBundle,
java.lang.Object[] params,
java.lang.String className,
java.lang.String methodName)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String inputMessageKey,
java.lang.String inputMessageBundle,
java.lang.Object[] params,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String inputMessageKey,
java.lang.String inputMessageBundle,
java.lang.Object[] params,
java.lang.Throwable cause)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String message,
java.lang.String className,
java.lang.String methodName)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String inputMessageKey,
java.lang.String inputMessageBundle,
java.lang.String className,
java.lang.String methodName)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String inputMessageKey,
java.lang.String inputMessageBundle,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String message,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.String reasonCode,
java.lang.String reasonMsg,
java.lang.Throwable exp)
|
|
SubscriberException(SubscriberExecStatus status,
java.lang.String message,
java.lang.Throwable cause)
Creates the SubscriberException. |
|
SubscriberException(SubscriberExecStatus status,
java.lang.Throwable cause)
Creates the SubscriberException. |
Method Summary | |
---|---|
java.lang.String |
getExceptionMsg()
|
java.lang.String |
getReasonCode()
|
java.lang.String |
getReasonString()
|
SubscriberExecStatus |
getStatus()
|
void |
initializeSubStatus(SubscriberExecStatus status)
|
void |
setExceptionMsg(java.lang.String exceptionMsg)
|
void |
setReasonCode(java.lang.String reasonCode)
|
void |
setReasonString(java.lang.String reasonMsg)
|
void |
setStatus(SubscriberExecStatus status)
|
void |
setSubscriberContext(SubscriberExecContext sec)
|
Methods inherited from class com.ibm.websphere.wim.exception.WIMException |
---|
getLocalizedMessage, getLocalizedMessage, getMessage, getMessage, getMessageBundle, getMessageKey, getMessageParams, getRootError, getRootErrorCode, getRootErrorMessage, getRootErrorSource, isRootErrorSet, setRootError, setRootError, setRootErrorCode, setRootErrorCode, setRootErrorMessage, setRootErrorMessage, setRootErrorSource, setRootErrorSource |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SubscriberException(SubscriberExecStatus status, java.lang.String message)
status
- message
- public SubscriberException(SubscriberExecStatus status, java.lang.String reasonCode, java.lang.String reasonMsg, java.lang.Throwable exp)
public SubscriberException(SubscriberExecStatus status, java.lang.String inputMessageKey, java.lang.String inputMessageBundle, java.lang.Object[] params)
status
- inputMessageKey
- The message key of the exception.inputMessageBundle
- The message bundle for the message key.params
- The parameters used for the message key of the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String message, java.lang.String className, java.lang.String methodName)
message
- The message or message key of the exception.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String message, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName)
message
- The message or message key of the exception.severity
- The exception severity(java.util.logging.Level)className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String inputMessageKey, java.lang.String inputMessageBundle)
inputMessageKey
- The message key of the exception.inputMessageBundle
- The message bundle for the messageKey.public SubscriberException(SubscriberExecStatus status, java.lang.String inputMessageKey, java.lang.String inputMessageBundle, java.lang.String className, java.lang.String methodName)
inputMessageKey
- The message key of the exception.inputMessageBundle
- The message bundle for the messageKey.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String inputMessageKey, java.lang.String inputMessageBundle, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName)
inputMessageKey
- The message key of the exception.inputMessageBundle
- The message bundle for the messageKey.severity
- The exception severity(java.util.logging.Level)className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String inputMessageKey, java.lang.Object[] params)
inputMessageKey
- The message key of the exception.params
- The parameters used for the message key of the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String inputMessageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName)
inputMessageKey
- The message key of the exception.params
- The parameters used for the message key of the exception.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String inputMessageKey, java.lang.Object[] params, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName)
inputMessageKey
- The message key of the exception.params
- The parameters used for the message key of the exception.severity
- The exception severity(java.util.logging.Level)className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String inputMessageKey, java.lang.String inputMessageBundle, java.lang.Object[] params, java.lang.String className, java.lang.String methodName)
inputMessageKey
- The message key of the exception.inputMessageBundle
- The message bundle for the message key.params
- The parameters used for the message key of the exception.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String inputMessageKey, java.lang.String inputMessageBundle, java.lang.Object[] params, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName)
inputMessageKey
- The message key of the exception.inputMessageBundle
- The message bundle for the message key.params
- The parameters used for the message key of the exception.severity
- The exception severity(java.util.logging.Level)className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public SubscriberException(SubscriberExecStatus status, java.lang.Throwable cause)
cause
- The cause of the exception.public SubscriberException(SubscriberExecStatus status, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
cause
- The cause of the exception.severity
- The exception severity(java.util.logging.Level)className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String message, java.lang.Throwable cause)
message
- The error message.cause
- The cause of the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String message, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
message
- The error message.cause
- The cause of the exception.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String message, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
message
- The error message.cause
- The cause of the exception.severity
- The exceptionm severity(java.util.logging.Level)className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String inputMessageKey, java.lang.String inputMessageBundle, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
inputMessageKey
- The message key of the exception.inputMessageBundle
- The message bundle for the messageKey.cause
- The cause of the exception.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String inputMessageKey, java.lang.String inputMessageBundle, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
inputMessageKey
- The message key of the exception.inputMessageBundle
- The message bundle for the messageKey.cause
- The cause of the exception.severity
- The exceptionm severity(java.util.logging.Level)className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String inputMessageKey, java.lang.Object[] params, java.lang.Throwable cause)
inputMessageKey
- The message key of the exception.params
- The parameters used for the message key of the exception.cause
- The cause of the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String inputMessageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
inputMessageKey
- The message key of the exception.params
- The parameters used for the message key of the exception.cause
- The cause of the exception.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String inputMessageKey, java.lang.Object[] params, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
inputMessageKey
- The message key of the exception.params
- The parameters used for the message key of the exception.cause
- The cause of the exception.severity
- The exceptionm severity(java.util.logging.Level)className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String inputMessageKey, java.lang.String inputMessageBundle, java.lang.Object[] params, java.lang.Throwable cause)
inputMessageKey
- The message key of the exception.inputMessageBundle
- The message bundle for the message key.params
- The parameters used for the message key of the exception.cause
- The cause of the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String inputMessageKey, java.lang.String inputMessageBundle, java.lang.Object[] params, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
inputMessageKey
- The message key of the exception.inputMessageBundle
- The message bundle for the message key.params
- The parameters used for the message key of the exception.cause
- The cause of the exception.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public SubscriberException(SubscriberExecStatus status, java.lang.String inputMessageKey, java.lang.String inputMessageBundle, java.lang.Object[] params, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
inputMessageKey
- The message key of the exception.inputMessageBundle
- The message bundle for the message key.params
- The parameters used for the message key of the exception.cause
- The cause of the exception.severity
- The exceptionm severity(java.util.logging.Level)className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.Method Detail |
---|
public void setSubscriberContext(SubscriberExecContext sec)
public java.lang.String getExceptionMsg()
public void setExceptionMsg(java.lang.String exceptionMsg)
exceptionMsg
- The exceptionMsg to set.public java.lang.String getReasonCode()
public void setReasonCode(java.lang.String reasonCode)
reasonCode
- The reasonCode to set.public java.lang.String getReasonString()
public void setReasonString(java.lang.String reasonMsg)
reasonString
- The reasonString to set.public SubscriberExecStatus getStatus()
public void setStatus(SubscriberExecStatus status)
status
- The status to set.public void initializeSubStatus(SubscriberExecStatus status)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |