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:
- org.apache.avalon.framework.CascadingThrowable, 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
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 |
cxt
public NamingContext cxt
- Exception member cxt
rest_of_name
public NameComponent[] rest_of_name
- Exception member rest_of_name
CannotProceed
public CannotProceed()
- Default constructor
CannotProceed
public CannotProceed(NamingContext cxt,
NameComponent[] rest_of_name)
- Constructor with fields initialization
- Parameters:
cxt
- cxt exception memberrest_of_name
- rest_of_name exception member
CannotProceed
public CannotProceed(java.lang.String orb_reason,
NamingContext cxt,
NameComponent[] rest_of_name)
- Full constructor with fields initialization
- Parameters:
cxt
- cxt exception memberrest_of_name
- rest_of_name exception member