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:
  • Constructor Details

    • SynchronizeException

      public SynchronizeException()
    • SynchronizeException

      public SynchronizeException(String message)
    • SynchronizeException

      public SynchronizeException(String message, Throwable cause)
    • SynchronizeException

      public SynchronizeException(Throwable cause)