|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.ws.exception.WsException
com.ibm.websphere.sib.mediation.session.SIMediationSessionException
public class SIMediationSessionException
This exception is the parent of all exceptions that may be thrown by an SIMediationSession.
Constructor Summary | |
---|---|
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 |
---|
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
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |