|
SunSPOT API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception javax.microedition.midlet.MIDletStateChangeException
public class MIDletStateChangeException
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
MIDlet
Constructor Summary | |
---|---|
MIDletStateChangeException()
Constructs an exception with no specified detail message. |
|
MIDletStateChangeException(String s)
Constructs an exception with the specified detail message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
getMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MIDletStateChangeException()
public MIDletStateChangeException(String s)
s
- the detail message
|
SunSPOT API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |