Class DataSourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.day.commons.datasource.poolservice.DataSourceNotFoundException
- All Implemented Interfaces:
Serializable
Indicate that no datasource could be found with
the required name.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataSourceNotFoundException(String dataSourceName, int nProviders) DataSourceNotFoundException(String reason, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataSourceNotFoundException
-
DataSourceNotFoundException
-