Name

OBJECT_NOT_EXIST

Synopsis

A standard CORBA exception thrown when a request is made of a server object that no longer exists. 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

The target of a locate request sent back a response indicating that it did not know of the object.

2

A method request was received by a server whose ID does not match the server ID referenced in the object reference.

4

The skeleton referenced in the object reference was not found on the server.

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