cz.vity.freerapid.plugins.exceptions
Class InvalidURLOrServiceProblemException

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

public class InvalidURLOrServiceProblemException
extends ErrorDuringDownloadingException

Author:
Vity
See Also:
Serialized Form

Constructor Summary
InvalidURLOrServiceProblemException(String message)
           
 
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

InvalidURLOrServiceProblemException

public InvalidURLOrServiceProblemException(String message)
See Also:
ErrorDuringDownloadingException.ErrorDuringDownloadingException(String)