KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > xlet > UnavailableContainerException

javax.microedition.xlet
Class UnavailableContainerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.microedition.xlet.UnavailableContainerException
All Implemented Interfaces:
Serializable
See Also:
XletContext.getContainer()

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


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

Popular Tags