org.omg.CORBA.portable
public class ApplicationException extends Exception implements Serializable
| Constructor Summary | |
|---|---|
| ApplicationException(String id, InputStream input)
Creates an exception.
| |
| Method Summary | |
|---|---|
| String | getId()
Get the CORBA repository Id of the exception. |
| InputStream | getInputStream()
Get the input stream from where the exception parameters can be read. |
Parameters: id the CORBA repository Id of the exception. input the input from where the exception parameters can be read.