org.omg.CosNaming.NamingContextPackage
Class CannotProceed

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by org.omg.CosNaming.NamingContextPackage.CannotProceed
All Implemented Interfaces:
Serializable, IDLEntity

public final class CannotProceed
extends UserException
implements IDLEntity

The exception is raised when the naming service has given up for some reason.

See Also:
Serialized Form

Field Summary
 NamingContext cxt
          The relevant naming contex.
 NameComponent[] rest_of_name
          Contains the remainder of the non working name.
 
Constructor Summary
CannotProceed()
          Creates the unitialised exception.
CannotProceed(NamingContext _cxt, NameComponent[] _rest_of_name)
          Creates an exception with the fields, intialised to the given values.
CannotProceed(String why, NamingContext _cxt, NameComponent[] _rest_of_name)
          Create an exception with the initialised fields and explaining message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cxt

public NamingContext cxt
The relevant naming contex.


rest_of_name

public NameComponent[] rest_of_name
Contains the remainder of the non working name.

Constructor Detail

CannotProceed

public CannotProceed()
Creates the unitialised exception.


CannotProceed

public CannotProceed(NamingContext _cxt,
                     NameComponent[] _rest_of_name)
Creates an exception with the fields, intialised to the given values.


CannotProceed

public CannotProceed(String why,
                     NamingContext _cxt,
                     NameComponent[] _rest_of_name)
Create an exception with the initialised fields and explaining message.

Since:
1.4