org.jets3t.apps.synchronize
Class SynchronizeException

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

Author:
James Murty
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)
           
 
Method Summary
 
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)