public class ApplicationException extends Exception
Constructor and Description |
---|
ApplicationException(String id,
InputStream ins)
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, toString
public ApplicationException(String id, InputStream ins)
id
- the repository id of the user exceptionins
- the stream which contains the user exception datapublic String getId()
public InputStream getInputStream()
Copyright © 2021 JBoss by Red Hat. All rights reserved.