- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.jooq.exception.DataAccessException
- 
- org.jooq.exception.ConfigurationException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ConfigurationException extends DataAccessException TheConfigurationwas set up in a way that does not allow for a particular operation.- Author:
- Lukas Eder
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ConfigurationException(String message)Constructor for ConfigurationException.ConfigurationException(String message, Throwable cause)Constructor for ConfigurationException.
 - 
Method Summary- 
Methods inherited from class org.jooq.exception.DataAccessExceptiongetCause, getStackTrace, sqlState, sqlStateClass, sqlStateSubclass
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ConfigurationExceptionpublic ConfigurationException(String message) Constructor for ConfigurationException.- Parameters:
- message- the detail message
 
 
- 
 
-