Package dev.voidframework.exception
Class DataSourceException.DriverLoadFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.exception.DataSourceException
dev.voidframework.exception.DataSourceException.DriverLoadFailure
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DataSourceException
Exception indicates that driver can't be loaded.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.exception.DataSourceException
DataSourceException.DriverLoadFailure, DataSourceException.NotConfigured
-
Constructor Summary
ConstructorsConstructorDescriptionDriverLoadFailure
(String driverClassName, Throwable cause) Build a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DriverLoadFailure
Build a new instance.- Parameters:
driverClassName
- The driver class namecause
- The cause
-