Class DataSourceNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class DataSourceNotFoundException
    extends Exception
    Indicate that no datasource could be found with the required name.
    See Also:
    Serialized Form
    • Constructor Detail

      • DataSourceNotFoundException

        public DataSourceNotFoundException​(String dataSourceName,
                                           int nProviders)
      • DataSourceNotFoundException

        public DataSourceNotFoundException​(String reason,
                                           Throwable cause)