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, setLinkedException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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, a division of Red Hat, Inc.. All Rights Reserved.