cz.vity.freerapid.plugins.exceptions
Class NotSupportedDownloadByServiceException

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.NotSupportedDownloadByServiceException
All Implemented Interfaces:
Serializable

public class NotSupportedDownloadByServiceException
extends NotRecoverableDownloadException

Service/plugin does not support given URL for downloading

Author:
Vity
See Also:
Serialized Form

Constructor Summary
NotSupportedDownloadByServiceException()
          Constructor - creates a new NotSupportedDownloadByServiceException instance.
NotSupportedDownloadByServiceException(String message)
          Constructor - creates a new NotSupportedDownloadByServiceException instance.
 
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

NotSupportedDownloadByServiceException

public NotSupportedDownloadByServiceException()
Constructor - creates a new NotSupportedDownloadByServiceException instance.


NotSupportedDownloadByServiceException

public NotSupportedDownloadByServiceException(String message)
Constructor - creates a new NotSupportedDownloadByServiceException instance.

Parameters:
message -
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable