org.omg.CORBA
Class  NO_IMPLEMENT
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.omg.CORBA.SystemException
                          |
                          +--org.omg.CORBA.NO_IMPLEMENT
- All Implemented Interfaces: 
- org.apache.avalon.framework.CascadingThrowable, java.io.Serializable
- public class NO_IMPLEMENT- extends SystemException
This exception indicates that even though the operation that was
 invoked exists (it has an IDL definition), no implementation for
 that operation exists. NO_IMPLEMENT can, for example, be raised
 by an ORB if a client asks for an object?s type definition
 from the interface repository, but no interface repository is
 provided by the ORB.
- See Also: 
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
NO_IMPLEMENT
public NO_IMPLEMENT()
NO_IMPLEMENT
public NO_IMPLEMENT(java.lang.String orb_reason)
NO_IMPLEMENT
public NO_IMPLEMENT(int minor,
                    CompletionStatus completed)
NO_IMPLEMENT
public NO_IMPLEMENT(java.lang.String orb_reason,
                    int minor,
                    CompletionStatus completed)