java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jooq.exception.DataAccessException
org.jooq.exception.LoaderConfigurationException
- All Implemented Interfaces:
- Serializable
The 
LoaderConfigurationException indicates that a Loader
 was executed with an illegal execution configuration.- Author:
- Lukas Eder
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionLoaderConfigurationException(String message) Constructor for LoaderConfigurationException.
- 
Method SummaryMethods inherited from class org.jooq.exception.DataAccessExceptiongetCause, getStackTrace, sqlState, sqlStateClass, sqlStateClass, sqlStateClass, sqlStateSubclassMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
LoaderConfigurationExceptionConstructor for LoaderConfigurationException.- Parameters:
- message- the detail message
 
 
-