public class LdapUnwillingToPerformException extends LdapOperationException
LdapOperationException
carrying with it the corresponding result codes for this condition.resolvedDn, resultCode| Constructor and Description |
|---|
LdapUnwillingToPerformException()
Creates a new instance of LdapUnwillingToPerformException, with
a default ResultCode to UNWILING_TO_PERFORM.
|
LdapUnwillingToPerformException(ResultCodeEnum resultCode)
Creates a new instance of LdapUnwillingToPerformException.
|
LdapUnwillingToPerformException(ResultCodeEnum resultCode,
String message)
Creates a new instance of LdapUnwillingToPerformException.
|
LdapUnwillingToPerformException(ResultCodeEnum resultCode,
String message,
Throwable cause) |
LdapUnwillingToPerformException(String message)
Creates a new instance of LdapUnwillingToPerformException.
|
getResolvedDn, getResultCode, setResolvedDnaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LdapUnwillingToPerformException()
public LdapUnwillingToPerformException(ResultCodeEnum resultCode, String message)
resultCode - the ResultCodeEnum for this exceptionmessage - The exception messagepublic LdapUnwillingToPerformException(ResultCodeEnum resultCode, String message, Throwable cause)
resultCode - the ResultCodeEnum for this exceptionmessage - The exception messagecause - The root cause for this exceptionpublic LdapUnwillingToPerformException(String message)
message - The exception messagepublic LdapUnwillingToPerformException(ResultCodeEnum resultCode)
resultCode - the ResultCodeEnum for this exceptionCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.