java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pi4j.exception.Pi4JException
com.pi4j.io.exception.IOException
com.pi4j.io.exception.IOReadException
- All Implemented Interfaces:
Serializable
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
ConstructorsConstructorDescriptionIOReadException(int error) Alternate ConstructorIOReadException(String message) 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 Details
-
IOReadException
Default Constructor- Parameters:
message- aStringobject.
-
IOReadException
public IOReadException(int error) Alternate Constructor- Parameters:
error- a int.
-