Package com.openkm.exception
Class PluginException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.openkm.exception.PluginException
-
- All Implemented Interfaces:
Serializable
public class PluginException extends Exception
Plugin exception.- Author:
- jabad
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginException(String message)Public constructor.PluginException(String message, Throwable e)Public constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-