Package org.jets3t.apps.synchronize
Class SynchronizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jets3t.apps.synchronize.SynchronizeException
- All Implemented Interfaces:
Serializable
A standard exception, used for errors specific to the Synchronize application.
- Author:
- James Murty
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSynchronizeException
(String message) SynchronizeException
(String message, Throwable cause) SynchronizeException
(Throwable 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
-
SynchronizeException
public SynchronizeException() -
SynchronizeException
-
SynchronizeException
-
SynchronizeException
-