public class TerminalNotFoundException extends MediationConfigurationException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
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.
|
getExceptionMetadata, getLoggingMetadata, printStackTrace, printStackTrace, setExceptionMetadata, setLoggingMetadata
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
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