it.jnrpe.plugins
Class PluginRepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.jnrpe.plugins.PluginRepositoryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnknownPluginException

public class PluginRepositoryException
extends Exception

Exception throws when errors occurs accessing the plugin repository.

Author:
Massimiliano Ziccardi
See Also:
Serialized Form

Constructor Summary
PluginRepositoryException()
          Constructor.
PluginRepositoryException(String message)
          Constructor.
PluginRepositoryException(String message, Throwable cause)
          Constructor.
PluginRepositoryException(Throwable cause)
          Constructor.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginRepositoryException

public PluginRepositoryException()
Constructor.


PluginRepositoryException

public PluginRepositoryException(String message,
                                 Throwable cause)
Constructor.

Parameters:
message - the exception message
cause - the error cause

PluginRepositoryException

public PluginRepositoryException(String message)
Constructor.

Parameters:
message - the exception message

PluginRepositoryException

public PluginRepositoryException(Throwable cause)
Constructor.

Parameters:
cause - the error cause


Copyright © 2014. All Rights Reserved.