KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > xlet > ixc > StubException

javax.microedition.xlet.ixc
Class StubException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.rmi.RemoteException
                          |
                          +--javax.microedition.xlet.ixc.StubException
All Implemented Interfaces:
Serializable

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


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


public StubException(String s,
                     Throwable ex)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags