public class InvalidStateException extends Exception
| Constructor and Description |
|---|
InvalidStateException() |
InvalidStateException(String message) |
InvalidStateException(String message,
Throwable cause) |
InvalidStateException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
InvalidStateException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidStateException()
public InvalidStateException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public InvalidStateException(String message)
public InvalidStateException(Throwable cause)
Copyright © 2022. All Rights Reserved.