Package org.eclipse.keyple.core.service
Class KeyplePluginException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.keyple.core.service.KeyplePluginException
-
- All Implemented Interfaces:
java.io.Serializable
public class KeyplePluginException extends java.lang.RuntimeExceptionIndicates that an error occurred in the specific plugin.- Since:
- 2.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyplePluginException(java.lang.String message)KeyplePluginException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
KeyplePluginException
public KeyplePluginException(java.lang.String message)
- Parameters:
message- the message to identify the exception context- Since:
- 2.0.0
-
KeyplePluginException
public KeyplePluginException(java.lang.String message, java.lang.Throwable cause)- Parameters:
message- the message to identify the exception contextcause- the cause- Since:
- 2.0.0
-
-