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