Module com.pi4j

Class PlatformAlreadyExistsException

All Implemented Interfaces:
Serializable

public class PlatformAlreadyExistsException extends PlatformException

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

    • PlatformAlreadyExistsException

      public PlatformAlreadyExistsException(String platformId)
      Default Constructor
      Parameters:
      platformId - a String object.