DthingApi
|
Public Member Functions | |
IllegalMonitorStateException () | |
IllegalMonitorStateException (String detailMessage) | |
![]() | |
RuntimeException () | |
RuntimeException (String detailMessage) | |
![]() | |
Exception () | |
Exception (String detailMessage) | |
![]() | |
Throwable () | |
Throwable (String detailMessage) | |
String | getMessage () |
String | getLocalizedMessage () |
void | printStackTrace () |
String | toString () |
Thrown when a monitor operation is attempted when the monitor is not in the correct state, for example when a thread attempts to exit a monitor which it does not own.
|
inline |
|
inline |
Constructs a new
with the current stack trace and the specified detail message.
detailMessage | the detail message for this exception. |