Module com.pi4j

Class ProviderIOTypeException

All Implemented Interfaces:
Serializable

public class ProviderIOTypeException extends ProviderException

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

    • ProviderIOTypeException

      public ProviderIOTypeException(Provider provider, IOType ioType)
      Default Constructor
      Parameters:
      provider - a Provider object.
      ioType - a IOType object.