Class CancelledResultException

All Implemented Interfaces:
Serializable, LocalizableException

public final class CancelledResultException extends LdapException
Thrown to indicate that the request was cancelled. More specifically, this exception is used with the following error result codes:
See Also:
  • Constructor Details

    • CancelledResultException

      public CancelledResultException(Result result)
      Constructs a new cancellation exception with the specified cancellation result.
      Parameters:
      result - The result of the cancellation.