Module com.pi4j

Class Pi4JException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExtensionException, InitializeException, IOException, LifecycleException

public class Pi4JException extends RuntimeException

Base exception class for Pi4J exceptions.

Version:
$Id: $Id
Author:
Robert Savage (http://www.savagehomeautomation.com)
See Also:
  • Constructor Details

    • Pi4JException

      public Pi4JException(String message)
      Default Constructor
      Parameters:
      message - error message
    • Pi4JException

      public Pi4JException(Throwable cause)

      Constructor for Pi4JException.

      Parameters:
      cause - a Throwable object.
    • Pi4JException

      public Pi4JException(String message, Throwable cause)

      Constructor for Pi4JException.

      Parameters:
      message - a String object.
      cause - a Throwable object.