com.ibm.websphere.sib.mediation.handler
Class SIMessageContextException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.sib.mediation.handler.MessageContextException
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
See Also:
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
- 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.