Name

UnknownException

Synopsis

This exception is thrown if an unknown error occurs between a stub and the ORB, or between the ORB and a tie or skeleton. The stub will either convert this exception to an org.omg.CORBA.UNKNOWN exception, convert it to the nested exception of the UnknownException, or pass it on directly to the calling application.

                  
public class UnknownException extends org.omg.CORBA.SystemException {
// Public Constructors
   public UnknownException( Throwable ex);  
// Public Instance Fields
   public Throwable originalEx;  
}

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.