Package com.techcognita.javachatx.plugin
Class PluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.techcognita.javachatx.plugin.PluginException
- All Implemented Interfaces:
Serializable
Exception thrown when there are issues with plugin execution.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginException(String message) PluginException(String message, 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
-
PluginException
-