Package org.jooq.exception
Class IOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jooq.exception.DataAccessException
-
- org.jooq.exception.IOException
-
- All Implemented Interfaces:
java.io.Serializable
public class IOException extends DataAccessException
The jOOQIOException
is a wrapper for aIOException
.- Author:
- Lukas Eder
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IOException(java.lang.String message, java.io.IOException cause)
Constructor for DataAccessException.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.IOException
getCause()
java.lang.Throwable
initCause(java.lang.Throwable cause)
-
Methods inherited from class org.jooq.exception.DataAccessException
getCause, getStackTrace, sqlState, sqlStateClass, sqlStateSubclass
-
-