it.jnrpe.plugins
Class PluginConfigurationException

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

public class PluginConfigurationException
extends Exception

Exception thrown in case of plugin configuration errors.

Author:
Massimiliano Ziccardi
See Also:
Serialized Form

Constructor Summary
PluginConfigurationException()
          Default constructor.
PluginConfigurationException(String message)
          Initializes the exception with a message.
PluginConfigurationException(String message, Throwable cause)
          Initializes the exception with a message and an optional root cause.
PluginConfigurationException(Throwable cause)
          Initializes the exception with a 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginConfigurationException

public PluginConfigurationException()
Default constructor.


PluginConfigurationException

public PluginConfigurationException(String message,
                                    Throwable cause)
Initializes the exception with a message and an optional root cause.

Parameters:
message - The exception message
cause - The root cause

PluginConfigurationException

public PluginConfigurationException(String message)
Initializes the exception with a message.

Parameters:
message - The exception message

PluginConfigurationException

public PluginConfigurationException(Throwable cause)
Initializes the exception with a cause. The message is inherited from the root cause.

Parameters:
cause - The root cause.


Copyright © 2014. All Rights Reserved.