cz.vity.freerapid.plugins.exceptions
Class URLNotAvailableAnymoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cz.vity.freerapid.plugins.exceptions.ErrorDuringDownloadingException
              extended by cz.vity.freerapid.plugins.exceptions.NotRecoverableDownloadException
                  extended by cz.vity.freerapid.plugins.exceptions.URLNotAvailableAnymoreException
All Implemented Interfaces:
Serializable

public class URLNotAvailableAnymoreException
extends NotRecoverableDownloadException

File on the given URL is not available anymore

Author:
Vity
See Also:
Serialized Form

Constructor Summary
URLNotAvailableAnymoreException()
           
URLNotAvailableAnymoreException(String message)
           
URLNotAvailableAnymoreException(String message, Throwable cause)
           
 
Method Summary
 String getLocalizedMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

URLNotAvailableAnymoreException

public URLNotAvailableAnymoreException()

URLNotAvailableAnymoreException

public URLNotAvailableAnymoreException(String message,
                                       Throwable cause)

URLNotAvailableAnymoreException

public URLNotAvailableAnymoreException(String message)
See Also:
NotRecoverableDownloadException.NotRecoverableDownloadException(String)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable