Module com.pi4j

Class ProviderException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProviderAlreadyExistsException, ProviderInitializeException, ProviderInterfaceException, ProviderIOTypeException, ProviderNotFoundException, ProviderTypeException

public class ProviderException extends ExtensionException

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

    • ProviderException

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

      public ProviderException(Throwable cause)

      Constructor for ProviderException.

      Parameters:
      cause - a Throwable object.
    • ProviderException

      public ProviderException(String message, Throwable cause)

      Constructor for ProviderException.

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

      public ProviderException(Provider provider, Throwable cause)

      Constructor for ProviderException.

      Parameters:
      provider - a Provider object.
      cause - a Throwable object.