Exception: java.lang.IllegalThreadStateException

Thrown to indicate that a thread is not in an appropriate state for the requested operation. See, for example, the suspend and resume methods in class Thread.
Authors:
@author unascribed
See:
@see Thread.resume()
@see Thread.suspend()
Version:
@version 1.21, 12/19/03
Since:
@since JDK1.0

Inheritance

Superclass tree: Implements:

Methods

  • IllegalThreadStateExceptiontop

    public IllegalThreadStateException()
    Constructs an IllegalThreadStateException with no detail message.
    Google Code Search
    Stack Overflow
  • IllegalThreadStateExceptiontop

    public IllegalThreadStateException(String s)
    Constructs an IllegalThreadStateException with the specified detail message.
    Parameters:
    @param s the detail message.
    Google Code Search
    Stack Overflow