Class DataSourceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DataSourceException.DriverLoadFailure, DataSourceException.NotConfigured

public class DataSourceException extends RuntimeException
All exceptions thrown by the Data Source feature are subclasses of DataSourceException.
See Also:
  • Constructor Details

    • DataSourceException

      protected DataSourceException(String message)
      Build a new instance.
      Parameters:
      message - The detail message
    • DataSourceException

      protected DataSourceException(String message, Throwable cause)
      Build a new instance.
      Parameters:
      message - The detail message
      cause - The cause