IBM WebSphere Application ServerTM
Release 7

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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.sib.mediation.handler.MessageContextException
              extended by com.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)

public class SIMessageContextException
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
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

public SIMessageContextException()
Deprecated. 
Default constructor.


SIMessageContextException

public SIMessageContextException(java.lang.String reason)
Deprecated. 
Construct a new SIMessageContextException.

Parameters:
reason - Text describing why this exception was constructed

SIMessageContextException

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

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


IBM WebSphere Application ServerTM
Release 7