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
public class ExhaustedDestinationsException extends CommunicationException
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
-
-
Constructor Summary
Constructors Constructor Description ExhaustedDestinationsException()ExhaustedDestinationsException(String explanation)
-
Method Summary
-
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
ExhaustedDestinationsException
public ExhaustedDestinationsException()
-
ExhaustedDestinationsException
public ExhaustedDestinationsException(String explanation)
-
-