com.inprise.vbroker.CosNamingExt
Class ClusterNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
com.inprise.vbroker.CosNamingExt.ClusterNotFound
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class ClusterNotFound
- extends UserException
Raised when component of a name does not identify a binding. The exception is
also raised when the type of the binding is
incorrect for the operation being performed. The why member
explains the reason for the exception and the rest_of_name member
contains the remainder of the non-working name:
- missing_node
The first name component in rest_of_name denotes a binding
that is not bound under that name within its parent context.
- not_context
The first name component in rest_of_name denotes a binding with
a type of nobject when the type ncontext was required.
- not_cluster_context
The first name component in rest_of_name denotes a binding with
a non-cluster object type when a cluster object binding is required.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
why
public ClusterNotFoundReason why
rest_of_name
public NameComponent[] rest_of_name
ClusterNotFound
public ClusterNotFound()
ClusterNotFound
public ClusterNotFound(ClusterNotFoundReason why,
NameComponent[] rest_of_name)
ClusterNotFound
public ClusterNotFound(java.lang.String _reason,
ClusterNotFoundReason why,
NameComponent[] rest_of_name)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Read the latest documentation online