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(String message)
Constructs a new instance with the specified detail message.
|
EISSystemException(String message,
String errorCode)
Constructs a new throwable with the specified detail message and
an error code.
|
EISSystemException(String message,
Throwable cause)
Constructs a new throwable with the specified detail message and cause.
|
EISSystemException(Throwable cause)
Constructs a new throwable with the specified cause.
|
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EISSystemException()
public EISSystemException(String message)
message
- the detail message.public EISSystemException(Throwable cause)
cause
- a chained exception of type Throwable
.public EISSystemException(String message, Throwable cause)
message
- the detail message.cause
- a chained exception of type Throwable
.Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.