public class SIMediationSessionException
extends com.ibm.ws.exception.WsException
This exception is the parent of all exceptions that may be thrown by an SIMediationSession.
| 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.
|
public SIMediationSessionException()
public SIMediationSessionException(java.lang.String arg0)
arg0 - the associated error messagepublic SIMediationSessionException(java.lang.String arg0,
java.lang.Throwable arg1)
arg0 - the associated error messagearg1 - the root cause of this exceptionpublic SIMediationSessionException(java.lang.Throwable arg0)
arg0 - the root cause of this exception