cz.vity.freerapid.plugins.exceptions
Class ServiceConnectionProblemException

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

public class ServiceConnectionProblemException
extends ErrorDuringDownloadingException

Problem with connection to the service

Author:
Vity
See Also:
Serialized Form

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

ServiceConnectionProblemException

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

ServiceConnectionProblemException

public ServiceConnectionProblemException()

ServiceConnectionProblemException

public ServiceConnectionProblemException(String message,
                                         Throwable cause)

ServiceConnectionProblemException

public ServiceConnectionProblemException(Throwable cause)