All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.microedition.midlet.MIDletStateChangeException Maven / Gradle / Ivy

The newest version!
package javax.microedition.midlet;

/**
 * @since MIDP 1.0
 */
public class MIDletStateChangeException extends Exception {
    public MIDletStateChangeException() {}
    public MIDletStateChangeException(String s) {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy