org.omg.CosNaming.NamingContextPackage
Class CannotProceed

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.omg.CORBA.UserException
                    |
                    +--org.omg.CosNaming.NamingContextPackage.CannotProceed
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class CannotProceed
extends UserException

This exception is raised when an operation was not possible on a specific naming context. In this case, this exception provides several additionnal information : the naming context where the operation was not possible and the part of the name that the name server was not able to use.

See Also:
Serialized Form

Field Summary
 NamingContext cxt
           
 NameComponent[] rest_of_name
           
 
Constructor Summary
CannotProceed()
           
CannotProceed(NamingContext cxt, NameComponent[] rest_of_name)
           
CannotProceed(java.lang.String orb_reason, NamingContext cxt, NameComponent[] rest_of_name)
           
 
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
 

Field Detail

cxt

public NamingContext cxt

rest_of_name

public NameComponent[] rest_of_name
Constructor Detail

CannotProceed

public CannotProceed()

CannotProceed

public CannotProceed(NamingContext cxt,
                     NameComponent[] rest_of_name)

CannotProceed

public CannotProceed(java.lang.String orb_reason,
                     NamingContext cxt,
                     NameComponent[] rest_of_name)