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

Public Member Functions

 InterruptedException ()
 
 InterruptedException (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 a waiting thread is activated before the condition it was waiting for has been satisfied.

Constructor & Destructor Documentation

◆ InterruptedException() [1/2]

java.lang.InterruptedException.InterruptedException ( )
inline

Constructs a new

that includes the current stack trace.

◆ InterruptedException() [2/2]

java.lang.InterruptedException.InterruptedException ( 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: