Package ro.sync.diff.api
Class DiffException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ro.sync.diff.api.DiffException
-
- All Implemented Interfaces:
java.io.Serializable
@API(type=NOT_EXTENDABLE, src=PUBLIC) public class DiffException extends java.lang.Exception
Exception thrown by the diff performer when a problem is encountered and the operation fails or if the operation was stopped.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DiffException(java.lang.String message)
DiffException(java.lang.String message, java.lang.Exception cause)
-
-
-
Constructor Detail
-
DiffException
public DiffException(java.lang.String message)
- Parameters:
message
- The message of the exception.
-
DiffException
public DiffException(java.lang.String message, java.lang.Exception cause)
- Parameters:
message
- The message of the exception.cause
- The cause of exception.
-
-