public class LdapOtherException extends LdapOperationException
LdapOperationException which associates the
ResultCodeEnum.OTHER value with the type.resolvedDn, resultCode| Constructor and Description |
|---|
LdapOtherException()
Creates a new instance of LdapOtherException.
|
LdapOtherException(String message)
Creates a new instance of LdapOtherException.
|
LdapOtherException(String message,
Throwable cause)
Creates a new instance of LdapOtherException.
|
getResolvedDn, getResultCode, setResolvedDnaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LdapOtherException(String message)
message - The exception messagepublic LdapOtherException(String message, Throwable cause)
message - The exception messagecause - The root cause for this exceptionpublic LdapOtherException()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.