Package org.eso.ias.plugin.config
Class PluginConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eso.ias.plugin.PluginException
org.eso.ias.plugin.config.PluginConfigException
- All Implemented Interfaces:
Serializable
The exception returned to notify problems with the
configuration of a Plugin
- Author:
- acaproni
- See Also:
-
Constructor Summary
ConstructorDescriptionPluginConfigException
(String message) PluginConfigException
(String message, Throwable cause) PluginConfigException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) PluginConfigException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginConfigException
public PluginConfigException() -
PluginConfigException
- Parameters:
message
- The message of the exception
-
PluginConfigException
- Parameters:
cause
- the cause of the exception
-
PluginConfigException
- Parameters:
message
- The message of the exceptioncause
- the cause of the exception
-
PluginConfigException
public PluginConfigException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) - Parameters:
message
- The message of the exceptioncause
- the cause of the exceptionenableSuppression
- whether or not suppression is enabled or disabledwritableStackTrace
- whether or not the stack trace should be writable
-