com.ibm.websphere.sib.mediation.handler

Class MessageContextException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.websphere.sib.mediation.handler.MessageContextException
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
SIMessageContextException

  1. public class MessageContextException
  2. extends java.lang.Exception
This is the base exception class for all mediation handler exceptions.
See Also:
Serialized Form

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

  1. public MessageContextException( )
Default constructor.

MessageContextException

  1. public MessageContextException( java.lang.String reason)
Reason constructor.
Parameters:
reason - Text indicating why this exception was created.

MessageContextException

  1. public MessageContextException( java.lang.String message,
  2. 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

  1. public MessageContextException( java.lang.Throwable cause)
Construct a new MessageContextException.
Parameters:
cause - The chained exception for this exception