FileDocCategorySizeDatePackage
MIDletStateChangeException.javaAPI DocJ2ME MIDP 2.0918Thu Nov 07 12:02:28 GMT 2002javax.microedition.midlet

MIDletStateChangeException

public 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
see
MIDlet
since
MIDP 1.0

Fields Summary
Constructors Summary
public MIDletStateChangeException()
Constructs an exception with no specified detail message.

public MIDletStateChangeException(String s)
Constructs an exception with the specified detail message.

param
s the detail message

	super(s);
    
Methods Summary