|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.directory.shared.ldap.exception.LdapException
org.apache.directory.shared.ldap.exception.LdapOperationException
org.apache.directory.shared.ldap.exception.AbstractLdapReferralException
org.apache.directory.shared.ldap.exception.LdapPartialResultException
public class LdapPartialResultException
A LdapOperationException
which associates a resultCode namely the
ResultCodeEnum.REFERRAL
resultCode with the exception.
Field Summary |
---|
Fields inherited from class org.apache.directory.shared.ldap.exception.LdapOperationException |
---|
resolvedDn, resultCode |
Constructor Summary | |
---|---|
LdapPartialResultException(java.lang.String explanation)
|
Method Summary |
---|
Methods inherited from class org.apache.directory.shared.ldap.exception.AbstractLdapReferralException |
---|
getReferralContext, getReferralContext, getRemainingDn, getResolvedObject, getResultCode, retryReferral, setRemainingDn, setResolvedObject |
Methods inherited from class org.apache.directory.shared.ldap.exception.LdapOperationException |
---|
getResolvedDn, setResolvedDn |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LdapPartialResultException(java.lang.String explanation)
ReferralException.ReferralException(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |