org.jets3t.apps.synchronize
Class SynchronizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jets3t.apps.synchronize.SynchronizeException
- All Implemented Interfaces:
- java.io.Serializable
public class SynchronizeException
- extends java.lang.Exception
A standard exception, used for errors specific to the Synchronize application.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SynchronizeException
public SynchronizeException()
SynchronizeException
public SynchronizeException(java.lang.String message)
SynchronizeException
public SynchronizeException(java.lang.String message,
java.lang.Throwable cause)
SynchronizeException
public SynchronizeException(java.lang.Throwable cause)