Name

OBJ_ADAPTER

Synopsis

A standard CORBA exception thrown when an error is encountered by an object adapter in the ORB. 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

On the server, no adapter matching the one referenced in the object reference was found.

2

Same as above, but error occurs during a locate request.

4

An error occurred while attempting to connect a servant to the ORB.

                  Returned By
public final class OBJ_ADAPTER extends org.omg.CORBA.SystemException {
// Public Constructors
   public OBJ_ADAPTER();  
   public OBJ_ADAPTER( String s);  
   public OBJ_ADAPTER(int minor, CompletionStatus completed);  
   public OBJ_ADAPTER(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.