public class ApplicationException extends java.lang.Exception implements java.io.Serializable
| Constructor and Description |
|---|
ApplicationException(java.lang.String id,
InputStream input)
Creates an exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Get the CORBA repository Id of the exception.
|
InputStream |
getInputStream()
Get the input stream from where the exception parameters can be read.
|
public ApplicationException(java.lang.String id, InputStream input)
id - the CORBA repository Id of the exception.input - the input from where the exception parameters can be read.public java.lang.String getId()
public InputStream getInputStream()