public class PluginException
extends java.lang.Exception
| Constructor and Description |
|---|
PluginException()
basic constructor
|
PluginException(java.lang.String message)
Construct an exception with the passed message
|
PluginException(java.lang.String message,
java.lang.Throwable e)
Construct an exception with the passed message to encapsulate
the passed Throwable
|
PluginException(java.lang.Throwable e)
Construct an exception to encapsulate the passed Throwable
|
public PluginException()
public PluginException(java.lang.String message)
message - a message for the exceptionpublic PluginException(java.lang.String message,
java.lang.Throwable e)
message - a message for the exceptione - throwable which triggered this exceptionpublic PluginException(java.lang.Throwable e)
e - the throwable which triggered this exceptionCopyright © 2018 DuraSpace. All Rights Reserved.