Package io.ebean.datasource
Class DataSourceInitialiseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.ebean.datasource.DataSourceInitialiseException
-
- All Implemented Interfaces:
Serializable
public class DataSourceInitialiseException extends RuntimeException
Exception that can be thrown when the datasource fails to be created.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataSourceInitialiseException(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 Detail
-
DataSourceInitialiseException
public DataSourceInitialiseException(String message)
-
DataSourceInitialiseException
public DataSourceInitialiseException(String message, Throwable e)
-
-