|
||||||||||
| 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.LdapAliasDereferencingException
public class LdapAliasDereferencingException
A subclass of LdapOperationException which associates the
ResultCodeEnum.ALIAS_DEREFERENCING_PROBLEM value with the type.
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.shared.ldap.exception.LdapOperationException |
|---|
resolvedDn, resultCode |
| Constructor Summary | |
|---|---|
LdapAliasDereferencingException()
Creates a new instance of LdapAliasDereferencingException. |
|
LdapAliasDereferencingException(java.lang.String message)
Creates a new instance of LdapAliasDereferencingException. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.directory.shared.ldap.exception.LdapOperationException |
|---|
getResolvedDn, getResultCode, 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 LdapAliasDereferencingException(java.lang.String message)
message - The exception messagepublic LdapAliasDereferencingException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||