public class IllegalThreadStateException extends IllegalArgumentException
| Constructor and Description |
|---|
IllegalThreadStateException()
Constructs a new
IllegalThreadStateException that includes the
current stack trace. |
IllegalThreadStateException(String detailMessage)
Constructs a new
IllegalThreadStateException with the current
stack trace and the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalThreadStateException()
IllegalThreadStateException that includes the
current stack trace.public IllegalThreadStateException(String detailMessage)
IllegalThreadStateException with the current
stack trace and the specified detail message.detailMessage - the detail message for this exception.