cz.vity.freerapid.plugins.exceptions
Class PluginImplementationException

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.PluginImplementationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BuildMethodException

public class PluginImplementationException
extends NotRecoverableDownloadException

Plugin does not understand response from the server.
It usually means that server's web pages were changed.

Author:
Vity
See Also:
Serialized Form

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

PluginImplementationException

public PluginImplementationException()
Constructor


PluginImplementationException

public PluginImplementationException(String message)
See Also:
NotRecoverableDownloadException.NotRecoverableDownloadException(String)

PluginImplementationException

public PluginImplementationException(String message,
                                     Throwable cause)

PluginImplementationException

public PluginImplementationException(Throwable cause)