Module com.pi4j

Class ProviderInterfaceException

All Implemented Interfaces:
Serializable

public class ProviderInterfaceException 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

    • ProviderInterfaceException

      public ProviderInterfaceException(Class<? extends Provider> providerClass)
      Default Constructor
      Parameters:
      providerClass - a Class object.