Module com.pi4j

Class IOException

    • Constructor Detail

      • IOException

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

        public IOException​(Throwable cause)

        Constructor for IOException.

        Parameters:
        cause - a Throwable object.
      • IOException

        public IOException​(String message,
                           Throwable cause)

        Constructor for IOException.

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