Class MetaDataAccessException

All Implemented Interfaces:
Serializable

public class MetaDataAccessException extends NestedCheckedException
Exception indicating that something went wrong during JDBC meta-data lookup.

This is a checked exception since we want it to be caught, logged and handled rather than cause the application to fail. Failure to read JDBC meta-data is usually not a fatal problem.

Since:
1.0.1
Author:
Thomas Risberg
See Also:
  • Constructor Details

    • MetaDataAccessException

      public MetaDataAccessException(String msg)
      Constructor for MetaDataAccessException.
      Parameters:
      msg - the detail message
    • MetaDataAccessException

      public MetaDataAccessException(String msg, Throwable cause)
      Constructor for MetaDataAccessException.
      Parameters:
      msg - the detail message
      cause - the root cause from the data access API in use