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