public class EISSystemException extends ResourceException
| Constructor and Description |
|---|
EISSystemException()
Create an exception.
|
EISSystemException(String reason)
Create an exception with a reason.
|
EISSystemException(String reason,
String errorCode)
Create an exception with a reason and an errorCode.
|
EISSystemException(String reason,
Throwable cause)
Create an exception with a reason and cause.
|
EISSystemException(Throwable cause)
Create an exception with a cause.
|
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EISSystemException()
public EISSystemException(String reason)
public EISSystemException(String reason, String errorCode)
public EISSystemException(String reason, Throwable cause)
reason - the reasoncause - the causepublic EISSystemException(Throwable cause)
cause - the causeCopyright © 2012 JBoss by Red Hat. All Rights Reserved.