Class WrappedPartialResultException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.naming.NamingException
-
- javax.naming.PartialResultException
-
- org.apache.directory.api.ldap.util.WrappedPartialResultException
-
- All Implemented Interfaces:
Serializable
class WrappedPartialResultException extends PartialResultException
-
-
Field Summary
-
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
-
-
Constructor Summary
Constructors Constructor Description WrappedPartialResultException(LdapPartialResultException lpre)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamegetRemainingName()NamegetResolvedName()ObjectgetResolvedObj()-
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getCause, getExplanation, 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
-
WrappedPartialResultException
WrappedPartialResultException(LdapPartialResultException lpre)
-
-
Method Detail
-
getRemainingName
public Name getRemainingName()
- Overrides:
getRemainingNamein classNamingException
-
getResolvedObj
public Object getResolvedObj()
- Overrides:
getResolvedObjin classNamingException
-
getResolvedName
public Name getResolvedName()
- Overrides:
getResolvedNamein classNamingException
-
-