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