public class IllegalStateException extends RuntimeException
| Constructor and Description |
|---|
IllegalStateException() |
IllegalStateException(String s) |
IllegalStateException(String s,
Throwable cause)
Constructs an IllegalStateException with the specified detail message and cause.
|
IllegalStateException(Throwable cause)
Constructs an IllegalStateException with the specified cause.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic IllegalStateException()
public IllegalStateException(String s)
public IllegalStateException(String s, Throwable cause)
public IllegalStateException(Throwable cause)
Copyright © 2026. All rights reserved.