Package org.jooq.exception
Class LoaderConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jooq.exception.DataAccessException
-
- org.jooq.exception.LoaderConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public class LoaderConfigurationException extends DataAccessException
TheLoaderConfigurationException
indicates that aLoader
was executed with an illegal execution configuration.- Author:
- Lukas Eder
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoaderConfigurationException(java.lang.String message)
Constructor for LoaderConfigurationException.
-
Method Summary
-
Methods inherited from class org.jooq.exception.DataAccessException
getCause, getStackTrace, sqlState, sqlStateClass, sqlStateSubclass
-
-