IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.sib.mediation.handler
Class MessageContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.sib.mediation.handler.MessageContextException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SIMessageContextException

public class MessageContextException
extends java.lang.Exception

This is the base exception class for all mediation handler exceptions.

See Also:
Serialized Form

Constructor Summary
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

IBM WebSphere Application ServerTM
Release 8