public class DmtIllegalStateException
extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
DmtIllegalStateException() |
Create an instance of the exception with no message.
|
DmtIllegalStateException(java.lang.String message) |
Create an instance of the exception with the specified message.
|
DmtIllegalStateException(java.lang.String message,
java.lang.Throwable cause) |
Create an instance of the exception with the specified message and cause
exception.
|
DmtIllegalStateException(java.lang.Throwable cause) |
Create an instance of the exception with the specified cause exception
and no message.
|
public DmtIllegalStateException()
public DmtIllegalStateException(java.lang.String message)
message - the reason for the exceptionpublic DmtIllegalStateException(java.lang.Throwable cause)
cause - the cause of the exceptionpublic DmtIllegalStateException(java.lang.String message,
java.lang.Throwable cause)
message - the reason for the exceptioncause - the cause of the exception