|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
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.websphere.sib.mediation.handler.MessageContextException
com.ibm.websphere.sib.mediation.handler.SIMessageContextException
public class SIMessageContextException
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).
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 |
---|
public SIMessageContextException()
public SIMessageContextException(java.lang.String reason)
reason
- Text describing why this exception was constructedpublic SIMessageContextException(java.lang.String message, java.lang.Throwable cause)
message
- Text describing why this exception was constructedcause
- The chained exception for this exceptionpublic SIMessageContextException(java.lang.Throwable e)
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |