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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SynchronizeException
public SynchronizeException()
SynchronizeException
public SynchronizeException(String message)
SynchronizeException
public SynchronizeException(String message,
Throwable cause)
SynchronizeException
public SynchronizeException(Throwable cause)