- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.pi4j.exception.Pi4JException
-
- com.pi4j.exception.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:
- http://www.pi4j.com/, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LifecycleException(String message)
Default ConstructorLifecycleException(String message, Throwable cause)
Constructor for LifecycleException.LifecycleException(Throwable cause)
Constructor for LifecycleException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-