org.jets3t.apps.synchronize
Class SynchronizeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

Constructor Summary
SynchronizeException()
           
SynchronizeException(java.lang.String message)
           
SynchronizeException(java.lang.String message, java.lang.Throwable cause)
           
SynchronizeException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

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)