Uses of Class
org.omg.CORBA.portable.ApplicationException

Packages that use ApplicationException
org.jacorb.orb   
org.omg.CORBA   
org.omg.CORBA.portable   
 

Uses of ApplicationException in org.jacorb.orb
 

Methods in org.jacorb.orb with parameters of type ApplicationException
static void ApplicationExceptionHelper.insert(Any any, ApplicationException s)
          This method tries to insert the given ApplicationException into the given any by deriving the helper name from object id.
 void ClientInterceptorHandler.handle_receive_exception(ApplicationException ex, ReplyInputStream reply)
           
 

Methods in org.jacorb.orb that throw ApplicationException
 ReplyInputStream ReplyReceiver.getReply()
          This method blocks until a reply becomes available.
 void Delegate.invoke(Object self, OutputStream os, ReplyHandler replyHandler)
          Invokes an asynchronous operation using this object reference by sending the request marshalled in the OutputStream.
 InputStream Delegate.invoke(Object self, OutputStream os)
          Invokes a synchronous operation using this object reference by sending the request marshalled in the OutputStream.
 

Uses of ApplicationException in org.omg.CORBA
 

Methods in org.omg.CORBA that throw ApplicationException
 InputStream LocalObject._invoke(OutputStream output)
           
 

Uses of ApplicationException in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable that throw ApplicationException
 InputStream ObjectImpl._invoke(OutputStream output)
           
 InputStream Delegate.invoke(Object self, OutputStream os)