cz.vity.freerapid.gui.managers.exceptions
Class NotSupportedDownloadServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cz.vity.freerapid.gui.managers.exceptions.NotSupportedDownloadServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PluginIsNotEnabledException

public class NotSupportedDownloadServiceException
extends RuntimeException

Author:
Vity
See Also:
Serialized Form

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

NotSupportedDownloadServiceException

public NotSupportedDownloadServiceException()

NotSupportedDownloadServiceException

public NotSupportedDownloadServiceException(String message)

NotSupportedDownloadServiceException

public NotSupportedDownloadServiceException(String message,
                                            Throwable cause)

NotSupportedDownloadServiceException

public NotSupportedDownloadServiceException(Throwable cause)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable