Package com.pi4j.platform
Class PlatformAlreadyAssignedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pi4j.platform.PlatformAlreadyAssignedException
-
- All Implemented Interfaces:
Serializable
public class PlatformAlreadyAssignedException extends Exception
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.
- Author:
- Robert Savage (http://www.savagehomeautomation.com)
- See Also:
- https://pi4j.com/, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlatformAlreadyAssignedException(Platform platform)
Default Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PlatformAlreadyAssignedException
public PlatformAlreadyAssignedException(Platform platform)
Default Constructor- Parameters:
platform
-
-
-