public class org.omg.CORBA.portable
ApplicationException


Hide details Login
Java SE 6
  
Extends: Throwable > Exception

This class is used for reporting application level exceptions between ORBs and stubs.

Constructors
public ApplicationException(String id, InputStream ins)
Constructs an ApplicationException from the CORBA repository ID of the exception and an input stream from which the exception data can be read as its parameters.
idthe repository id of the user exception
insthe stream which contains the user exception data

Properties
public String getId()
Returns the CORBA repository ID of the exception without removing it from the exceptions input stream.
returnThe CORBA repository ID of this exception
public InputStream getInputStream()
Returns the input stream from which the exception data can be read as its parameters.
returnThe stream which contains the user exception data