Module com.pi4j

Class LifecycleException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ShutdownException

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

    • LifecycleException

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

      public LifecycleException(Throwable cause)

      Constructor for LifecycleException.

      Parameters:
      cause - a Throwable object.
    • LifecycleException

      public LifecycleException(String message, Throwable cause)

      Constructor for LifecycleException.

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