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
public class RequireResolveException extends NamingException
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
-
-
Constructor Summary
Constructors Constructor Description RequireResolveException(Name resolve)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamegetResolve()-
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
-
-