Package org.forgerock.opendj.ldap
Class CancelledResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.forgerock.opendj.ldap.LdapException
org.forgerock.opendj.ldap.CancelledResultException
- All Implemented Interfaces:
Serializable
Thrown when the result code returned in a Result indicates that the Request
was cancelled. More specifically, this exception is used for the following
error result codes:
CANCELLED- the requested operation was cancelled.CLIENT_SIDE_USER_CANCELLED- the requested operation was cancelled by the user.
- See Also:
-
Method Summary
Methods inherited from class org.forgerock.opendj.ldap.LdapException
getResult, newLdapException, newLdapException, newLdapException, newLdapException, newLdapExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString