Class DataSourceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.day.commons.datasource.poolservice.DataSourceNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class DataSourceNotFoundException extends java.lang.Exception
Indicate that no datasource could be found with the required name.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataSourceNotFoundException(java.lang.String dataSourceName, int nProviders)
DataSourceNotFoundException(java.lang.String reason, java.lang.Throwable cause)
-