public class LdapLoopDetectedException extends LdapOperationException
LdapOperationException which associates the
ResultCodeEnum.LOOP_DETECT value with the type.| Modifier and Type | Field and Description |
|---|---|
(package private) static long |
serialVersionUID
The serial version UUID
|
resolvedDn, resultCode| Constructor and Description |
|---|
LdapLoopDetectedException()
Creates a new instance of LdapLoopDetectedException.
|
LdapLoopDetectedException(java.lang.String message)
Creates a new instance of LdapLoopDetectedException.
|
getResolvedDn, getResultCode, setResolvedDnstatic final long serialVersionUID
public LdapLoopDetectedException(java.lang.String message)
message - The exception messagepublic LdapLoopDetectedException()