|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.CosNaming.NamingContextPackage.CannotProceed
public final class CannotProceed
The exception is raised when the naming service has given up for some reason.
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 |
---|
public NamingContext cxt
public NameComponent[] rest_of_name
Constructor Detail |
---|
public CannotProceed()
public CannotProceed(NamingContext _cxt, NameComponent[] _rest_of_name)
public CannotProceed(String why, NamingContext _cxt, NameComponent[] _rest_of_name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |