|
|||||||||||
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.wsspi.sibx.mediation.MediationException
com.ibm.wsspi.sibx.mediation.MediationConfigurationException
com.ibm.wsspi.sibx.mediation.TerminalNotFoundException
Thrown if a mediation primitive attempts to obtain an undefined input or output terminal.
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
TerminalNotFoundException()
Default constructor |
|
TerminalNotFoundException(java.lang.String message)
Constructor which takes a message as the only parameter. |
|
TerminalNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Constructor which takes a message, and a causal exception. |
|
TerminalNotFoundException(java.lang.Throwable cause)
Constructor which takes a causal exception. |
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 |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
Constructor Detail |
public TerminalNotFoundException()
public TerminalNotFoundException(java.lang.String message)
message
- the exception messagepublic TerminalNotFoundException(java.lang.String message, java.lang.Throwable cause)
message
- the exception messagecause
- the causal exceptionpublic TerminalNotFoundException(java.lang.Throwable cause)
cause
- the causal exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |