Class ComparisonCancelledException

All Implemented Interfaces:
Serializable

public class ComparisonCancelledException extends DeltaXMLException
The comparison was cancelled via some kind of CancellationPolicy.
See Also:
  • Constructor Details

    • ComparisonCancelledException

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

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