FileDocCategorySizeDatePackage
MIDletStateChangeException.javaAPI DocphoneME MR2 API (J2ME)1760Wed May 02 18:00:06 BST 2007javax.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