Package dev.voidframework.exception
Class DataSourceException.NotConfigured
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.exception.DataSourceException
dev.voidframework.exception.DataSourceException.NotConfigured
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DataSourceException
Exception indicates that data source configuration is missing.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.exception.DataSourceException
DataSourceException.DriverLoadFailure, DataSourceException.NotConfigured
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotConfigured
public NotConfigured()Build a new instance.
-