public class RaspoidI2CException extends RaspoidException
| Constructor and Description |
|---|
RaspoidI2CException(java.lang.String message)
Constructs a new I²C exception with the specified detail message.
|
RaspoidI2CException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new I²C exception with the specified detail message and cause.
|
RaspoidI2CException(java.lang.Throwable cause)
Constructs a new I²C exception with the specified cause.
|
public RaspoidI2CException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the cause to be retrieved laterpublic RaspoidI2CException(java.lang.String message)
message - the detail messagepublic RaspoidI2CException(java.lang.Throwable cause)
cause - the cause to be retrieved later