Package com.deltaxml.deltacheck
Class CheckCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.core.exceptions.DeltaXMLException
com.deltaxml.deltacheck.CheckCancelledException
- All Implemented Interfaces:
Serializable
Indicates that the check was cancelled according to the CancellationPolicy.
See the underlying cause for more details.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCheckCancelledException(String message) Constructs a new CheckCancelledException.CheckCancelledException(String message, Throwable cause) Constructs a new CheckCancelledException. -
Method Summary
Methods inherited from class com.deltaxml.core.exceptions.DeltaXMLException
getCause, getThrowableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CheckCancelledException
Constructs a new CheckCancelledException.- Parameters:
message- the exception message
-
CheckCancelledException
Constructs a new CheckCancelledException.- Parameters:
message- the exception messagecause- the underlying cause of this Exception
-