Name

UNKNOWN

Synopsis

A standard CORBA exception thrown when the ORB encounters an error that it can’t interpret. Sun’s Java IDL defines the following minor error code values for this exception, stored in the minor data member inherited from SystemException:

Minor codeMeaning
1

During unmarshalling of the response to a method request, a user exception was returned by the server implementation that is not in the set of exceptions expected by the client.

3

The server implementation threw an unknown runtime exception.

                  
public final class UNKNOWN extends org.omg.CORBA.SystemException {
// Public Constructors
   public UNKNOWN();  
   public UNKNOWN( String s);  
   public UNKNOWN( int minor, CompletionStatus completed);  
   public UNKNOWN(String s, int minor, 
        CompletionStatus completed);  
}

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.