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
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
rest_of_name
public NameComponent[] rest_of_name
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)