public class ApplicationException extends Exception implements Serializable
| Constructor and Description |
|---|
ApplicationException(String id,
InputStream input)
Creates an exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Get the CORBA repository Id of the exception.
|
InputStream |
getInputStream()
Get the input stream from where the exception parameters can be read.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ApplicationException(String id, InputStream input)
id - the CORBA repository Id of the exception.input - the input from where the exception parameters can be read.public InputStream getInputStream()