io.nuun.kernel.api.plugin
Class PluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.nuun.kernel.api.plugin.PluginException
- All Implemented Interfaces:
- Serializable
public class PluginException
- extends RuntimeException
A plugin exception is a RuntimeException which can be thrown
by a plugin when something wrong happened during its lifecycle.
- Author:
- Epo Jemba
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PluginException
public PluginException()
PluginException
public PluginException(String message,
Object... params)
PluginException
public PluginException(String message,
Throwable cause)
PluginException
public PluginException(String message,
Throwable cause,
Object... params)
Copyright © 2012-2015. All Rights Reserved.