public class DmtIllegalStateException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and 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.
|
private static final long serialVersionUID
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