KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > midlet > MIDletStateChangeException

javax.microedition.midlet
Class MIDletStateChangeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.microedition.midlet.MIDletStateChangeException
See Also:
Top Examples, Source Code, MIDlet

public MIDletStateChangeException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MIDletStateChangeException(String s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags