Class PluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.rarogsoftware.rarog.platform.api.plugins.PluginException
- All Implemented Interfaces:
Serializable
Generic exception throw by actions on plugin.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginException
(String message) PluginException
(String message, Throwable cause) PluginException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) PluginException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginException
public PluginException() -
PluginException
-
PluginException
-
PluginException
-
PluginException
-