IllegalThreadStateException.IllegalThreadStateException
Class Overview | Class Members |
This Package |
All Packages
public IllegalThreadStateException()
Description
Constructs an IllegalThreadStateException with no
detail message.
public IllegalThreadStateException( String s )
Parameters
- s
- the detail message.
Description
Constructs an IllegalThreadStateException with the
specified detail message.