com.ibm.websphere.sib.mediation.session
Class SIMediationSessionException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ws.exception.WsException
com.ibm.websphere.sib.mediation.session.SIMediationSessionException
All implemented interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable
Direct known subclasses:
- public class SIMediationSessionException
- extends com.ibm.ws.exception.WsException
This exception is the parent of all exceptions that may be thrown by an SIMediationSession.
See Also:
Constructor Summary
Constructor and Description |
---|
SIMediationSessionException()
Constructs an empty exception with no message or root cause.
|
SIMediationSessionException(java.lang.String arg0)
Constructs the exception with an error message and no root cause.
|
SIMediationSessionException(java.lang.String arg0,java.lang.Throwable arg1)
Constructs the exception with an error message and a root cause.
|
SIMediationSessionException(java.lang.Throwable arg0)
Constructs the exception with no error message and a root cause.
|
Method Summary
Methods inherited from class com.ibm.ws.exception.WsException |
---|
getCause, initCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
SIMediationSessionException
- public SIMediationSessionException( )
Constructs an empty exception with no message or root cause.
SIMediationSessionException
- public SIMediationSessionException( java.lang.String arg0)
Constructs the exception with an error message and no root cause.
Parameters:
arg0
- the associated error message SIMediationSessionException
- public SIMediationSessionException( java.lang.String arg0,
- java.lang.Throwable arg1)
Constructs the exception with an error message and a root cause.
Parameters:
arg0
- the associated error message arg1
- the root cause of this exception SIMediationSessionException
- public SIMediationSessionException( java.lang.Throwable arg0)
Constructs the exception with no error message and a root cause.
Parameters:
arg0
- the root cause of this exception