com.ibm.wsspi.sibx.mediation
Class TerminalNotFoundException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wsspi.sibx.mediation.MediationException
com.ibm.wsspi.sibx.mediation.MediationConfigurationException
com.ibm.wsspi.sibx.mediation.TerminalNotFoundException
All implemented interfaces:
com.ibm.ws.sibx.common.Loggable, java.io.Serializable
- public class TerminalNotFoundException
- extends MediationConfigurationException
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Constructor Summary
Constructor and Description |
---|
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.
|
Method Summary
Methods inherited from class com.ibm.wsspi.sibx.mediation.MediationException |
---|
getExceptionMetadata, getLoggingMetadata, printStackTrace, printStackTrace, setExceptionMetadata, setLoggingMetadata |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
$sccsid
- public static final java.lang.String $sccsid
See Also:
Constructor Detail
TerminalNotFoundException
- public TerminalNotFoundException( )
Default constructor
TerminalNotFoundException
- public TerminalNotFoundException( java.lang.String message)
Constructor which takes a message as the only parameter.
Parameters:
message
- the exception message TerminalNotFoundException
- public TerminalNotFoundException( java.lang.String message,
- java.lang.Throwable cause)
Constructor which takes a message, and a causal exception.
Parameters:
message
- the exception message cause
- the causal exception TerminalNotFoundException
- public TerminalNotFoundException( java.lang.Throwable cause)
Constructor which takes a causal exception.
Parameters:
cause
- the causal exception