org.omg.CORBA
Class INV_IDENT

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.omg.CORBA.SystemException
                          |
                          +--org.omg.CORBA.INV_IDENT
All Implemented Interfaces:
org.apache.avalon.framework.CascadingThrowable, java.io.Serializable

public class INV_IDENT
extends SystemException

This exception indicates that an IDL identifier is syntactically invalid. It may be raised if, for example, an identifier passed to the interface repository does not conform to IDL identifier syntax, or if an illegal operation name is used with the DII.

See Also:
Serialized Form

Fields inherited from class org.omg.CORBA.SystemException
completed, minor
 
Constructor Summary
INV_IDENT()
           
INV_IDENT(int minor, CompletionStatus completed)
           
INV_IDENT(java.lang.String orb_reason)
           
INV_IDENT(java.lang.String orb_reason, int minor, CompletionStatus completed)
           
 
Methods inherited from class org.omg.CORBA.SystemException
getCause, initCause
 
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
 

Constructor Detail

INV_IDENT

public INV_IDENT()

INV_IDENT

public INV_IDENT(java.lang.String orb_reason)

INV_IDENT

public INV_IDENT(int minor,
                 CompletionStatus completed)

INV_IDENT

public INV_IDENT(java.lang.String orb_reason,
                 int minor,
                 CompletionStatus completed)