it.jnrpe.plugins
Class UnknownPluginException

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

public class UnknownPluginException
extends PluginRepositoryException

Exception throws when an unknown plugin is requested.

Author:
Massimiliano Ziccardi
See Also:
Serialized Form

Constructor Summary
UnknownPluginException()
          Constructor.
UnknownPluginException(String pluginName)
          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

UnknownPluginException

public UnknownPluginException()
Constructor.


UnknownPluginException

public UnknownPluginException(String pluginName)
Constructor.

Parameters:
pluginName - the name of the unknown plugin.


Copyright © 2014. All Rights Reserved.