com.ibm.websphere.sib.mediation.handler
Class MessageContextException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.sib.mediation.handler.MessageContextException
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
- public class MessageContextException
- extends java.lang.Exception
See Also:
Constructor Summary
Constructor and Description |
---|
MessageContextException()
Default constructor.
|
MessageContextException(java.lang.String reason)
Reason constructor.
|
MessageContextException(java.lang.String message,java.lang.Throwable cause)
Construct a new MessageContextException.
|
MessageContextException(java.lang.Throwable cause)
Construct a new MessageContextException.
|
Method Summary
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 |
Constructor Detail
MessageContextException
- public MessageContextException( )
Default constructor.
MessageContextException
- public MessageContextException( java.lang.String reason)
Reason constructor.
Parameters:
reason
- Text indicating why this exception was created. MessageContextException
- public MessageContextException( java.lang.String message,
- java.lang.Throwable cause)
Construct a new MessageContextException.
Parameters:
message
- Text indicating why this exception was created. cause
- The chained exception for this exception MessageContextException
- public MessageContextException( java.lang.Throwable cause)
Construct a new MessageContextException.
Parameters:
cause
- The chained exception for this exception