KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > portable > ApplicationException

org.omg.CORBA.portable
Class ApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.portable.ApplicationException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public ApplicationException(String id,
                            InputStream ins)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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

Popular Tags