public class GpioException extends Exception
Exception for exceptional situations while using the GpioBridge| Constructor and Description |
|---|
GpioException(String message)
Construct a
GpioException with message |
GpioException(String message,
Throwable cause)
Construct a
GpioException with message and cause |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GpioException(String message, Throwable cause)
GpioException with message and causemessage - the exception messagecause - the casue of the exceptionpublic GpioException(String message)
GpioException with messagemessage - the exception messageCopyright © 2017. All rights reserved.