Package org.jboss.as.naming
Class RequireResolveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
org.jboss.as.naming.RequireResolveException
- All Implemented Interfaces:
Serializable
Indicates that a naming store encountered a reference or a link when
performing a list operation. This saves the store from having to know
how to resolve the reference/link.
- 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
-
RequireResolveException
-
-
Method Details
-
getResolve
-