public class PluginConfigurationException extends RuntimeException
Constructor and Description |
---|
PluginConfigurationException(String msg) |
PluginConfigurationException(String msg,
Throwable cause) |
PluginConfigurationException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Return the cause of this exception (if any) as specified in the
exception constructor.
|
addSuppressed, fillInStackTrace, 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.Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.