com.ibm.websphere.wim.exception
Class SubscriberCriticalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.wim.exception.WIMException
              extended by com.ibm.websphere.wim.exception.SubscriberCriticalException
All Implemented Interfaces:
java.io.Serializable

public class SubscriberCriticalException
extends WIMException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.websphere.wim.exception.WIMException
SUCCESS
 
Constructor Summary
SubscriberCriticalException(java.lang.String message)
           
SubscriberCriticalException(java.lang.String critSub, EmitterExceptionContext eec, java.lang.Throwable e)
           
 
Method Summary
 java.lang.String getCriticalSubscriber()
           
 EmitterExceptionContext getEmitterExceptionContext()
           
 java.lang.String getExceptionMsg()
           
 java.lang.String getReasonCode()
           
 java.lang.String getReasonString()
           
 
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

SubscriberCriticalException

public SubscriberCriticalException(java.lang.String critSub,
                                   EmitterExceptionContext eec,
                                   java.lang.Throwable e)

SubscriberCriticalException

public SubscriberCriticalException(java.lang.String message)
Method Detail

getCriticalSubscriber

public java.lang.String getCriticalSubscriber()
Return:
Returns the criticalSubscriber.

getEmitterExceptionContext

public EmitterExceptionContext getEmitterExceptionContext()
Return:
Returns the emitterExceptionContext.

getExceptionMsg

public java.lang.String getExceptionMsg()
Return:
Returns the exceptionMsg.

getReasonCode

public java.lang.String getReasonCode()
Return:
Returns the reasonCode.

getReasonString

public java.lang.String getReasonString()
Return:
Returns the reasonString.