java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ebean.datasource.DataSourceInitialiseException
- All Implemented Interfaces:
Serializable
Exception that can be thrown when the datasource fails to be created.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataSourceInitialiseException(String message) DataSourceInitialiseException(String message, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataSourceInitialiseException
-
DataSourceInitialiseException
-