Module com.pi4j

Class InitializeException

All Implemented Interfaces:
Serializable

public class InitializeException extends Pi4JException

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

    • InitializeException

      public InitializeException(String message)
      Default Constructor
      Parameters:
      message - a String object.
    • InitializeException

      public InitializeException(Throwable ex)
      Default Constructor
      Parameters:
      ex - a Throwable object.