Module java.base
Package java.lang

Class IllegalThreadStateException

java.lang.Object
All Implemented Interfaces:
Serializable

public class IllegalThreadStateException extends IllegalArgumentException
Thrown to indicate that a thread is not in an appropriate state for the requested operation.
Since:
1.0
See Also: