Name

ApplicationException

Synopsis

This exception is used by the Delegate and ObjectImpl layer of a stub to indicate that an exception was thrown during a remote method invocation. The ApplicationException provides an org.omg.CORBA.portable.InputStream that is used to read the marshalled exception object.

                  Exceptions
public class ApplicationException extends Exception {
// Public Constructors
   public ApplicationException(String id, 
        org.omg.CORBA.portable.InputStream ins);  
// Public Instance Methods
   public String getId();  
   public org.omg.CORBA.portable.InputStream getInputStream(
        );  
}

Thrown By

LocalObject._invoke(), org.omg.CORBA.portable.Delegate.invoke(), org.omg.CORBA.portable.ObjectImpl._invoke()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.