Package org.eclipse.keyple.core.plugin
Class PluginIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.keyple.core.plugin.PluginIOException
- All Implemented Interfaces:
Serializable
Indicates that an error occurred while managing the readers.
- Since:
- 2.0.0
- See Also:
-
Constructor Summary
ConstructorDescriptionPluginIOException
(String message) PluginIOException
(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
-
PluginIOException
- Parameters:
message
- the message to identify the exception context- Since:
- 2.0.0
-
PluginIOException
- Parameters:
message
- the message to identify the exception contextcause
- the cause- Since:
- 2.0.0
-