| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.cursor | |
| org.apache.directory.api.ldap.model.exception | |
| org.apache.directory.api.ldap.model.message |
| Modifier and Type | Method and Description |
|---|---|
ResultCodeEnum |
CursorLdapReferralException.getResultCode()
Always returns
REFERRAL |
| Modifier and Type | Field and Description |
|---|---|
protected ResultCodeEnum |
LdapOperationException.resultCode
The operation resultCode
|
| Modifier and Type | Method and Description |
|---|---|
ResultCodeEnum |
LdapReferralException.getResultCode()
Always returns
REFERRAL |
ResultCodeEnum |
LdapOperationException.getResultCode()
Gets the LDAP result code that would be associated with this exception.
|
ResultCodeEnum |
AbstractLdapReferralException.getResultCode()
Always returns
REFERRAL |
| Constructor and Description |
|---|
LdapAuthenticationNotSupportedException(ResultCodeEnum resultCode)
Creates a new instance of LdapAuthenticationNotSupportedException.
|
LdapAuthenticationNotSupportedException(ResultCodeEnum resultCode,
String message)
Creates a new instance of LdapAuthenticationNotSupportedException.
|
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.
|
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.
|
LdapOperationException(ResultCodeEnum resultCode,
String message)
Creates a new instance of LdapOperationException.
|
LdapOperationException(ResultCodeEnum resultCode,
String message,
Throwable cause)
Creates a new instance of LdapOperationException.
|
LdapSchemaViolationException(ResultCodeEnum resultCode)
Creates a new instance of LdapSchemaViolationException.
|
LdapSchemaViolationException(ResultCodeEnum resultCode,
String message)
Creates a new instance of LdapSchemaViolationException.
|
LdapSchemaViolationException(ResultCodeEnum resultCode,
String message,
Throwable cause) |
LdapServiceUnavailableException(ResultCodeEnum resultCode)
Creates a new instance of LdapServiceUnavailableException.
|
LdapServiceUnavailableException(ResultCodeEnum resultCode,
String message)
Creates a new instance of LdapServiceUnavailableException.
|
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) |
| Modifier and Type | Method and Description |
|---|---|
static ResultCodeEnum |
ResultCodeEnum.getBestEstimate(Throwable t,
MessageTypeEnum type)
Takes a guess at the result code to use if it cannot figure it out from
known Throwable to result code mappings.
|
ResultCodeEnum |
LdapResultImpl.getResultCode()
Gets the result code enumeration associated with the response.
|
ResultCodeEnum |
LdapResult.getResultCode()
Gets the result code enumeration associated with the response.
|
static ResultCodeEnum |
ResultCodeEnum.getResultCode(int value) |
static ResultCodeEnum |
ResultCodeEnum.getResultCode(Throwable t)
Gets an LDAP result code from a Throwable if it can resolve it
unambiguously or returns null if it cannot resolve the exception to a
single ResultCode.
|
static ResultCodeEnum |
ResultCodeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultCodeEnum[] |
ResultCodeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LdapResultImpl.setResultCode(ResultCodeEnum resultCode)
Sets the result code enumeration associated with the response.
|
void |
LdapResult.setResultCode(ResultCodeEnum resultCode)
Sets the result code enumeration associated with the response.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.