cz.vity.freerapid.core.tasks.exceptions
Class UpdateFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cz.vity.freerapid.core.tasks.exceptions.UpdateFailedException
All Implemented Interfaces:
Serializable

public class UpdateFailedException
extends Exception

Author:
Ladislav Vitasek
See Also:
Serialized Form

Constructor Summary
UpdateFailedException()
           
UpdateFailedException(String message)
           
UpdateFailedException(String message, Throwable cause)
           
UpdateFailedException(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

UpdateFailedException

public UpdateFailedException()

UpdateFailedException

public UpdateFailedException(String message)

UpdateFailedException

public UpdateFailedException(String message,
                             Throwable cause)

UpdateFailedException

public UpdateFailedException(Throwable cause)