public class MetaDataAccessException extends DatabaseException
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 metadata is usually not a fatal problem.
Constructor and Description |
---|
MetaDataAccessException() |
MetaDataAccessException(String arg0) |
MetaDataAccessException(String arg0,
Throwable arg1) |
MetaDataAccessException(Throwable arg0) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString