Package Summary  Overview Summary

class:IllegalThreadStateException [NONE]

constructor:IllegalThreadStateException() [NONE]

  • IllegalThreadStateException

    public IllegalThreadStateException()
    Constructs an IllegalThreadStateException with no detail message.

constructor:IllegalThreadStateException(java.lang.String) [NONE]

  • IllegalThreadStateException

    public IllegalThreadStateException(String s)
    Constructs an IllegalThreadStateException with the specified detail message.
    Parameters:
    s - the detail message.