public class DmtIllegalStateException extends RuntimeException
| Constructor and Description |
|---|
DmtIllegalStateException()
Create an instance of the exception with no message.
|
DmtIllegalStateException(String message)
Create an instance of the exception with the specified message.
|
DmtIllegalStateException(String message,
Throwable cause)
Create an instance of the exception with the specified message and cause
exception.
|
DmtIllegalStateException(Throwable cause)
Create an instance of the exception with the specified cause exception
and no message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DmtIllegalStateException()
public DmtIllegalStateException(String message)
message - the reason for the exceptionpublic DmtIllegalStateException(Throwable cause)
cause - the cause of the exceptionCopyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0