public class EISSystemException extends ResourceException
EISSystemException
is used to indicate any EIS
specific system-level
error conditions. The common error conditions are: failure or inactivity of
an EIS instance, communication failure and EIS specific error in the
creation of a new physical connection.Constructor and Description |
---|
EISSystemException()
Constructs a new instance with null as its detail message.
|
EISSystemException(java.lang.String message)
Constructs a new instance with the specified detail message.
|
EISSystemException(java.lang.String message,
java.lang.String errorCode)
Constructs a new throwable with the specified detail message and
an error code.
|
EISSystemException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new throwable with the specified detail message and cause.
|
EISSystemException(java.lang.Throwable cause)
Constructs a new throwable with the specified cause.
|
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException
public EISSystemException()
public EISSystemException(java.lang.String message)
message
- the detail message.public EISSystemException(java.lang.Throwable cause)
cause
- a chained exception of type Throwable
.public EISSystemException(java.lang.String message, java.lang.Throwable cause)
message
- the detail message.cause
- a chained exception of type Throwable
.public EISSystemException(java.lang.String message, java.lang.String errorCode)
message
- a description of the exception.errorCode
- a string specifying the vendor specific error code.