Name

NO_IMPLEMENT

Synopsis

A standard CORBA exception thrown when a call is made on a method that is not implemented. 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

An attempt to use the Dynamic Skeleton Interface was made. The DSI is not implemented in Sun’s implementation.

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