java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pi4j.exception.Pi4JException
com.pi4j.extension.exception.ExtensionException
com.pi4j.provider.exception.ProviderException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProviderAlreadyExistsException,ProviderInitializeException,ProviderInterfaceException,ProviderIOTypeException,ProviderNotFoundException,ProviderTypeException
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 Summary
ConstructorsConstructorDescriptionProviderException(Provider provider, Throwable cause) Constructor for ProviderException.ProviderException(String message) Default ConstructorProviderException(String message, Throwable cause) Constructor for ProviderException.ProviderException(Throwable cause) Constructor for ProviderException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProviderException
Default Constructor- Parameters:
message- error message
-
ProviderException
Constructor for ProviderException.
- Parameters:
cause- aThrowableobject.
-
ProviderException
Constructor for ProviderException.
-
ProviderException
Constructor for ProviderException.
-