org.omg.CORBA.portable

Class ApplicationException

public class ApplicationException extends Exception implements Serializable

This expection is thrown if the application throws an exception, defined as a part of its remote method definition.
Constructor Summary
ApplicationException(String id, InputStream input)
Creates an exception.
Method Summary
StringgetId()
Get the CORBA repository Id of the exception.
InputStreamgetInputStream()
Get the input stream from where the exception parameters can be read.

Constructor Detail

ApplicationException

public ApplicationException(String id, InputStream input)
Creates an exception.

Parameters: id the CORBA repository Id of the exception. input the input from where the exception parameters can be read.

Method Detail

getId

public String getId()
Get the CORBA repository Id of the exception.

getInputStream

public InputStream getInputStream()
Get the input stream from where the exception parameters can be read.