MIDletStateChangeExceptionpublic class MIDletStateChangeException extends Exception Signals that a requested MIDlet state change failed. This
exception is thrown by the MIDlet in response to
state change calls
into the application via the MIDlet interface |
Constructors Summary |
---|
public MIDletStateChangeException()Constructs an exception with no specified detail message.
| public MIDletStateChangeException(String s)Constructs an exception with the specified detail message.
super(s);
|
|