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(java.lang.String msg)
Constructor for MetaDataAccessException. 
 | 
MetaDataAccessException(java.lang.String msg,
                       java.lang.Throwable cause)
Constructor for MetaDataAccessException. 
 | 
contains, getMessage, getMostSpecificCause, getRootCausepublic MetaDataAccessException(java.lang.String msg)
msg - the detail messagepublic MetaDataAccessException(java.lang.String msg,
                               java.lang.Throwable cause)
msg - the detail messagecause - the root cause from the data access API in use