@NotExtensible @NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public class LDAPExtendedOperationException extends LDAPException
NO_CONTROLS, NO_REFERRALS| Constructor and Description |
|---|
LDAPExtendedOperationException(ExtendedResult extendedResult)
Creates a new LDAP extended operation exception from the provided extended
result.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedResult |
getExtendedResult()
Retrieves the extended result that was returned by the server.
|
java.lang.String |
getResponseOID()
Retrieves the response OID from the extended result, if any.
|
ASN1OctetString |
getResponseValue()
Retrieves the response value from the extended result, if any.
|
getDiagnosticMessage, getExceptionMessage, getMatchedDN, getReferralURLs, getResponseControl, getResponseControls, getResultCode, getResultString, hasResponseControl, hasResponseControl, toLDAPResult, toStringtoStringpublic LDAPExtendedOperationException(ExtendedResult extendedResult)
extendedResult - The extended result to use to create this
exception.public ExtendedResult getExtendedResult()
public java.lang.String getResponseOID()
null if the
result did not include an OID.public ASN1OctetString getResponseValue()
null if
the result did not include a value.