Module com.pi4j

Class IOShutdownException

All Implemented Interfaces:
Serializable

public class IOShutdownException extends IOException

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

    • IOShutdownException

      public IOShutdownException(IO instance, Exception e)
      Default Constructor
      Parameters:
      instance - a IO object.
      e - a Exception object.