public class LdapOperationErrorException extends LdapOperationException
LdapOperationException which associates the
ResultCodeEnum.OPERATIONS_ERROR value with the type.| Modifier and Type | Field and Description |
|---|---|
(package private) static long |
serialVersionUID
The serial version UUID
|
resolvedDn, resultCode| Constructor and Description |
|---|
LdapOperationErrorException()
Creates a new instance of LdapOperationErrorException.
|
LdapOperationErrorException(String message)
Creates a new instance of LdapOperationErrorException.
|
LdapOperationErrorException(String message,
Throwable cause)
Creates a new instance of LdapOperationErrorException.
|
getResolvedDn, getResultCode, setResolvedDnaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringstatic final long serialVersionUID
public LdapOperationErrorException(String message)
message - The exception messagepublic LdapOperationErrorException(String message, Throwable cause)
message - The exception messagecause - The root cause for this exceptionpublic LdapOperationErrorException()
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.