public class ApplicationException extends Exception
| Constructor and Description |
|---|
ApplicationException(String
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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the CORBA repository ID of the exception without removing it from the exceptions input stream.
|
InputStream |
getInputStream()
Returns the input stream from which the exception data can be read as its parameters.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ApplicationException(Stringid, InputStream ins)
id - the repository id of the user exception
ins - the stream which contains the user exception data
public StringgetId()
public InputStreamgetInputStream()