public class IllegalThreadStateException extends IllegalArgumentException
suspend and resume methods in class
 Thread.| Constructor and Description | 
|---|
| IllegalThreadStateException()Constructs an  IllegalThreadStateExceptionwith no detail message. | 
| IllegalThreadStateException(String s)Constructs an  IllegalThreadStateExceptionwith the specified detail message. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toStringpublic IllegalThreadStateException()
IllegalThreadStateException with no detail message.public IllegalThreadStateException(String s)
IllegalThreadStateException with the specified detail message.s - the detail message.