Class KeyplePluginException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.keyple.core.service.KeyplePluginException
All Implemented Interfaces:
Serializable

public class KeyplePluginException extends RuntimeException
Indicates that an error occurred in the specific plugin.
Since:
2.0.0
See Also:
  • Constructor Details

    • KeyplePluginException

      public KeyplePluginException(String message)
      Parameters:
      message - the message to identify the exception context
      Since:
      2.0.0
    • KeyplePluginException

      public KeyplePluginException(String message, Throwable cause)
      Parameters:
      message - the message to identify the exception context
      cause - the cause
      Since:
      2.0.0