public class PluginConfigurationException extends RuntimeException
Constructor and Description |
---|
PluginConfigurationException(String msg)
Constructs a new exception with the specified detail message.
|
PluginConfigurationException(String msg,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
PluginConfigurationException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PluginConfigurationException(Throwable cause)
cause
- underlying exception that caused this to be thrownpublic PluginConfigurationException(String msg)
msg
- describes the reason this exception is being thrown.public PluginConfigurationException(String msg, Throwable cause)
msg
- describes the reason this exception is being thrown.cause
- underlying exception that caused this to be thrownCopyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.