public class PluginConfigurationException
extends java.lang.RuntimeException
Constructor and Description |
---|
PluginConfigurationException(java.lang.String msg) |
PluginConfigurationException(java.lang.String msg,
java.lang.Throwable cause) |
PluginConfigurationException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Return the cause of this exception (if any) as specified in the
exception constructor.
|
public PluginConfigurationException(java.lang.Throwable cause)
cause
- underlying exception that caused this to be thrownpublic PluginConfigurationException(java.lang.String msg)
msg
- describes the reason this exception is being thrown.public PluginConfigurationException(java.lang.String msg, java.lang.Throwable cause)
msg
- describes the reason this exception is being thrown.cause
- underlying exception that caused this to be thrownCopyright © 2001-2012 Apache Software Foundation. All Rights Reserved.