Package com.logicaldoc.util.plugin
Class PluginException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.logicaldoc.util.plugin.PluginException
-
- All Implemented Interfaces:
Serializable
public class PluginException extends Exception
An exception generated within the plugin life cycle- Since:
- 8.8.3
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginException()
PluginException(String message)
PluginException(String message, Throwable cause)
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
-
-