public class LdapInvalidAttributeValueException extends LdapOperationException
LdapOperationException unambiguous with respect to the result
code it corresponds to by associating an LDAP specific result code with it.resolvedDn, resultCode| Constructor and Description |
|---|
LdapInvalidAttributeValueException(ResultCodeEnum resultCode)
Creates a new instance of LdapInvalidAttributeValueException.
|
LdapInvalidAttributeValueException(ResultCodeEnum resultCode,
String message)
Creates a new instance of LdapInvalidAttributeValueException.
|
LdapInvalidAttributeValueException(ResultCodeEnum resultCode,
String message,
Throwable cause)
Creates a new instance of LdapInvalidAttributeValueException.
|
getResolvedDn, getResultCode, setResolvedDnaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LdapInvalidAttributeValueException(ResultCodeEnum resultCode, String message)
resultCode - the ResultCodeEnum for this exceptionmessage - The exception messagepublic LdapInvalidAttributeValueException(ResultCodeEnum resultCode)
resultCode - the ResultCodeEnum for this exceptionpublic LdapInvalidAttributeValueException(ResultCodeEnum resultCode, String message, Throwable cause)
resultCode - the ResultCodeEnum for this exceptionmessage - The exception messagecause - The root cause for this exceptionCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.