Package org.wildfly.naming.client
Class ExhaustedDestinationsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.CommunicationException
org.wildfly.naming.client.ExhaustedDestinationsException
- All Implemented Interfaces:
Serializable
Indicates that no more destinations are available to complete a naming
operation. Since this failure may represent multiple failures across mutliple
destinations,
Throwable.getSuppressed() should be examined for a list of
underlying failures.- Author:
- Jason T. Greene
- See Also:
-
Field Summary
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ExhaustedDestinationsException
public ExhaustedDestinationsException() -
ExhaustedDestinationsException
-