Class CheckCancelledException

All Implemented Interfaces:
Serializable

public class CheckCancelledException extends DeltaXMLException

Indicates that the check was cancelled according to the CancellationPolicy.

See the underlying cause for more details.

See Also:
  • Constructor Details

    • CheckCancelledException

      public CheckCancelledException(String message)
      Constructs a new CheckCancelledException.
      Parameters:
      message - the exception message
    • CheckCancelledException

      public CheckCancelledException(String message, Throwable cause)
      Constructs a new CheckCancelledException.
      Parameters:
      message - the exception message
      cause - the underlying cause of this Exception