public class InvalidStateException extends UnexpectedException
Constructor and Description |
---|
InvalidStateException() |
InvalidStateException(String message) |
InvalidStateException(String message,
Object... args) |
InvalidStateException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
IllegalStateException |
asJDKException()
Convert to corresponding JDK exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidStateException()
public InvalidStateException(String message)
public InvalidStateException(Throwable cause)
public IllegalStateException asJDKException()
IllegalStateException
corresponding to this exception instanceCopyright © 2017. All Rights Reserved.