public class IllegalThreadStateException extends IllegalArgumentException
Constructor and Description |
---|
IllegalThreadStateException()
Constructs an IllegalThreadStateException with no detail message.
|
IllegalThreadStateException(String s)
Constructs an IllegalThreadStateException with the specified detail message.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public IllegalThreadStateException()
public IllegalThreadStateException(String s)