Module com.pi4j

Class PlatformInitializeException

All Implemented Interfaces:
Serializable

public class PlatformInitializeException extends PlatformException

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

    • PlatformInitializeException

      public PlatformInitializeException(String platformId, Throwable ex)
      Default Constructor
      Parameters:
      platformId - a String object.
      ex - a Throwable object.