Module org.jooq

Class IOException

    • Constructor Detail

      • IOException

        public IOException​(String message,
                           IOException cause)
        Constructor for DataAccessException.
        Parameters:
        message - the detail message
        cause - the root cause (usually from using a underlying data access API such as JDBC)