public class LdapInvalidDnException extends LdapOperationException
LdapOperationException designed to hold an unequivocal LDAP
result code.resolvedDn, resultCode| Constructor and Description |
|---|
LdapInvalidDnException(ResultCodeEnum resultCode)
Creates a new instance of LdapInvalidDnException.
|
LdapInvalidDnException(ResultCodeEnum resultCode,
String message)
Creates a new instance of LdapInvalidDnException.
|
LdapInvalidDnException(ResultCodeEnum resultCode,
String message,
Throwable cause)
Creates a new instance of LdapInvalidDnException.
|
LdapInvalidDnException(String message)
to be used by some special exceptions like LdapInvalidDnException
|
LdapInvalidDnException(String message,
Throwable cause)
to be used by some special exceptions like LdapInvalidDnException
|
getResolvedDn, getResultCode, setResolvedDnaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LdapInvalidDnException(String message)
public LdapInvalidDnException(String message, Throwable cause)
message - The exception messagecause - The root cause for this exceptionpublic LdapInvalidDnException(ResultCodeEnum resultCode, String message)
resultCode - the ResultCodeEnum for this exceptionmessage - The exception messagepublic LdapInvalidDnException(ResultCodeEnum resultCode, String message, Throwable cause)
resultCode - the ResultCodeEnum for this exceptionmessage - The exception messagecause - The root cause for this exceptionpublic LdapInvalidDnException(ResultCodeEnum resultCode)
resultCode - the ResultCodeEnum for this exceptionCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.