public class IllegalStateException
- Object
- Throwable
- Exception
- RuntimeException
- IllegalStateException
Known subtypesBlockingDisallowedException
Constructors
public IllegalStateException() | |
public IllegalStateException(String s) | |
public IllegalStateException(String s, Throwable cause) | Constructs an IllegalStateException with the specified detail message and cause. |
public IllegalStateException(Throwable cause) | Constructs an IllegalStateException with the specified cause. |
Inherited methods
Constructor details
IllegalStateException
public IllegalStateException()IllegalStateException
public IllegalStateException(String s)IllegalStateException
public IllegalStateException(String s, Throwable cause)Constructs an IllegalStateException with the specified detail message and cause.
s - the detail message.
cause - the cause.
IllegalStateException
public IllegalStateException(Throwable cause)Constructs an IllegalStateException with the specified cause.
cause - the cause.