public class MetaDataAccessException extends NestedCheckedException
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.
Constructor and Description |
---|
MetaDataAccessException(String msg)
Constructor for MetaDataAccessException.
|
MetaDataAccessException(String msg,
Throwable cause)
Constructor for MetaDataAccessException.
|
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MetaDataAccessException(String msg)
msg
- the detail message