In this section we will discuss about the class hierarchy of ApplicationException Class in Java.
This class extends the java.lang.Exception class. ApplicationException reports the application level exceptions between ORBs and stubs. A class hierarchy diagram is given below :

Constructor Detail
| ApplicationException(String id, InputStream ins) | This constructor creates a new ApplicationException object
from the CORBA repository ID of the exception and the input stream for reading
the exception data. Syntax : public ApplicationException(String id, InputStream ins) |
Method Detail
|
Recommend the tutorial |
Ask Questions? Discuss: Java ApplicationException Class Hierarchy Diagram
Post your Comment