DthingApi
Public Member Functions | List of all members
java.lang.IllegalThreadStateException Class Reference
Inheritance diagram for java.lang.IllegalThreadStateException:
java.lang.IllegalArgumentException java.lang.RuntimeException java.lang.Exception java.lang.Throwable

Public Member Functions

 IllegalThreadStateException ()
 
 IllegalThreadStateException (String detailMessage)
 
- Public Member Functions inherited from java.lang.IllegalArgumentException
 IllegalArgumentException ()
 
 IllegalArgumentException (String detailMessage)
 
- Public Member Functions inherited from java.lang.RuntimeException
 RuntimeException ()
 
 RuntimeException (String detailMessage)
 
- Public Member Functions inherited from java.lang.Exception
 Exception ()
 
 Exception (String detailMessage)
 
- Public Member Functions inherited from java.lang.Throwable
 Throwable ()
 
 Throwable (String detailMessage)
 
String getMessage ()
 
String getLocalizedMessage ()
 
void printStackTrace ()
 
String toString ()
 

Detailed Description

Thrown when an operation is attempted which is not possible given the state that the executing thread is in.

Constructor & Destructor Documentation

◆ IllegalThreadStateException() [1/2]

java.lang.IllegalThreadStateException.IllegalThreadStateException ( )
inline

Constructs a new

that includes the current stack trace.

◆ IllegalThreadStateException() [2/2]

java.lang.IllegalThreadStateException.IllegalThreadStateException ( String  detailMessage)
inline

Constructs a new

with the current stack trace and the specified detail message.

Parameters
detailMessagethe detail message for this exception.

The documentation for this class was generated from the following file: