Module com.pi4j

Class IOException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IOAlreadyExistsException, IOBoundsException, IOIllegalValueException, IOInvalidIDException, IONotFoundException, IOReadException, IOShutdownException

public class IOException extends Pi4JException

This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.

Version:
$Id: $Id
Author:
Robert Savage (http://www.savagehomeautomation.com)
See Also:
  • Constructor Details

    • IOException

      public IOException(String message)
      Default Constructor
      Parameters:
      message - error message
    • IOException

      public IOException(Throwable cause)

      Constructor for IOException.

      Parameters:
      cause - a Throwable object.
    • IOException

      public IOException(String message, Throwable cause)

      Constructor for IOException.

      Parameters:
      message - a String object.
      cause - a Throwable object.