com.ibm.websphere.sib.mediation.handler

Class SIMessageContextException

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

Deprecated. as of WebSphere Application Server version 6.1, replaced by (@link MessageContextException)
  1. public class SIMessageContextException
  2. extends MessageContextException
This exception indicates that an error occured while trying to create or invoke a mediation bean or a set of connected mediation beans (that is the mediation bean wiring).
See Also:
Serialized Form

Constructor Summary

Constructor and Description
SIMessageContextException()
Deprecated. Default constructor.
SIMessageContextException(java.lang.String reason)
Deprecated. Construct a new SIMessageContextException.
SIMessageContextException(java.lang.String message,java.lang.Throwable cause)
Deprecated. Construct a new SIMessageContextException.
SIMessageContextException(java.lang.Throwable e)
Deprecated. Constructor which wraps an exception.

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

SIMessageContextException

  1. public SIMessageContextException( )
Deprecated.
Default constructor.

SIMessageContextException

  1. public SIMessageContextException( java.lang.String reason)
Deprecated.
Construct a new SIMessageContextException.
Parameters:
reason - Text describing why this exception was constructed

SIMessageContextException

  1. public SIMessageContextException( java.lang.String message,
  2. java.lang.Throwable cause)
Deprecated.
Construct a new SIMessageContextException.
Parameters:
message - Text describing why this exception was constructed
cause - The chained exception for this exception

SIMessageContextException

  1. public SIMessageContextException( java.lang.Throwable e)
Deprecated.
Constructor which wraps an exception.