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
public class SynchronizeException extends Exception
A standard exception, used for errors specific to the Synchronize application.- Author:
- James Murty
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SynchronizeException()
SynchronizeException(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
-
-