public class PluginInvalidInputException extends PluginException
| Constructor and Description |
|---|
PluginInvalidInputException(String msg)
Constructs a new exception with the specified detail message.
|
PluginInvalidInputException(String msg,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
PluginInvalidInputException(Throwable cause)
Constructs a new exception with the specified cause.
|
getCauseaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PluginInvalidInputException(Throwable cause)
cause - underlying exception that caused this to be thrownpublic PluginInvalidInputException(String msg)
msg - describes the reason this exception is being thrown.public PluginInvalidInputException(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.