? DmtIllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osgi.service.dmt.DmtIllegalStateException
- ????????:
Serializable
Unchecked illegal state exception. This class is used in DMT because
java.lang.IllegalStateException does not exist in CLDC.
- ????:
-
?????
????????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.Create an instance of the exception with the specified cause exception and no message. -
????
-
???????
-
DmtIllegalStateException
public DmtIllegalStateException()Create an instance of the exception with no message. -
DmtIllegalStateException
Create an instance of the exception with the specified message.- ??:
message
- the reason for the exception
-
DmtIllegalStateException
Create an instance of the exception with the specified cause exception and no message.- ??:
cause
- the cause of the exception
-
DmtIllegalStateException
Create an instance of the exception with the specified message and cause exception.- ??:
message
- the reason for the exceptioncause
- the cause of the exception
-