public class PluginException extends Exception
| Constructor and Description |
|---|
PluginException()
basic constructor
|
PluginException(String message)
Construct an exception with the passed message
|
PluginException(String message,
Throwable e)
Construct an exception with the passed message to encapsulate
the passed Throwable
|
PluginException(Throwable e)
Construct an exception to encapsulate the passed Throwable
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PluginException()
public PluginException(String message)
message - a message for the exceptionpublic PluginException(String message, Throwable e)
message - a message for the exceptione - throwable which triggered this exceptionpublic PluginException(Throwable e)
e - the throwable which triggered this exceptionCopyright © 2015 DuraSpace. All Rights Reserved.