Class PluginIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.keyple.core.plugin.PluginIOException
All Implemented Interfaces:
Serializable

public class PluginIOException extends Exception
Indicates that an error occurred while managing the readers.
Since:
2.0.0
See Also:
  • Constructor Details

    • PluginIOException

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

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