Module org.jooq

Class IOException

All Implemented Interfaces:
Serializable

public class IOException extends DataAccessException
The jOOQ IOException is a wrapper for a IOException.
Author:
Lukas Eder
See Also:
  • Constructor Details

    • 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)
  • Method Details