Package ro.sync.diff.api
Class DiffException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.diff.api.DiffException
- All Implemented Interfaces:
Serializable
Exception thrown by the diff performer when a problem is encountered and the operation fails
or if the operation was stopped.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDiffException
(String message) DiffException
(String message, Exception cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DiffException
- Parameters:
message
- The message of the exception.
-
DiffException
- Parameters:
message
- The message of the exception.cause
- The cause of exception.
-