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, setLinkedException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2013 JBoss by Red Hat. All rights reserved.