com.ibm.websphere.wim.exception
Class SubscriberException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.wim.exception.WIMException
com.ibm.websphere.wim.exception.SubscriberException
- All Implemented Interfaces:
- java.io.Serializable
public class SubscriberException
- extends WIMException
- See Also:
- Serialized Form
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 |
SubscriberException
public SubscriberException(SubscriberExecStatus status,
java.lang.String message)
- Constructor
- Parameters:
status
- message
-
SubscriberException
public SubscriberException(SubscriberExecStatus status,
java.lang.String reasonCode,
java.lang.String reasonMsg,
java.lang.Throwable exp)
setSubscriberContext
public void setSubscriberContext(SubscriberExecContext sec)
getExceptionMsg
public java.lang.String getExceptionMsg()
- Return:
- Returns the exceptionMsg.
setExceptionMsg
public void setExceptionMsg(java.lang.String exceptionMsg)
- Parameters:
exceptionMsg
- The exceptionMsg to set.
getReasonCode
public java.lang.String getReasonCode()
- Return:
- Returns the reasonCode.
setReasonCode
public void setReasonCode(java.lang.String reasonCode)
- Parameters:
reasonCode
- The reasonCode to set.
getReasonString
public java.lang.String getReasonString()
- Return:
- Returns the reasonString.
setReasonString
public void setReasonString(java.lang.String reasonMsg)
- Parameters:
reasonString
- The reasonString to set.
getStatus
public SubscriberExecStatus getStatus()
- Return:
- Returns the status.
setStatus
public void setStatus(SubscriberExecStatus status)
- Parameters:
status
- The status to set.