Module com.pi4j

Class ProviderInitializeException

All Implemented Interfaces:
Serializable

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

    • ProviderInitializeException

      public ProviderInitializeException(String providerId, Throwable ex)
      Default Constructor
      Parameters:
      providerId - a String object.
      ex - a Throwable object.