org.shredzone.repowatch.sync
Class SynchronizerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.shredzone.repowatch.sync.SynchronizerException
All Implemented Interfaces:
Serializable

public class SynchronizerException
extends Exception

Shows that something went wrong while synchronizing.

Version:
$Revision: 317 $
See Also:
Serialized Form

Constructor Summary
SynchronizerException()
           
SynchronizerException(String msg)
           
SynchronizerException(String msg, 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

SynchronizerException

public SynchronizerException()

SynchronizerException

public SynchronizerException(String msg)

SynchronizerException

public SynchronizerException(String msg,
                             Throwable cause)


Copyright © 2007-2011 shredzone.org. All Rights Reserved.