Class PluginException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.techcognita.javachatx.plugin.PluginException
All Implemented Interfaces:
Serializable

public class PluginException extends Exception
Exception thrown when there are issues with plugin execution.
See Also:
  • Constructor Details

    • PluginException

      public PluginException(String message)
    • PluginException

      public PluginException(String message, Throwable cause)