Java ApplicationException Class Hierarchy Diagram

In this section we will discuss about the class hierarchy of ApplicationException Class in Java.

Java ApplicationException Class Hierarchy Diagram

In this section we will discuss about the class hierarchy of ApplicationException Class in Java.

Java ApplicationException Class Hierarchy Diagram

Java ApplicationException Class Hierarchy Diagram

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

Constructor
Description
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

  • getId() : This method is used to get the CORBA repository ID.

    Syntax : public String getId()
     
  • getInputStream() : This method is used to get the input stream.

    Syntax : public InputStream getInputStream()