类 MetaDataAccessException

  • 所有已实现的接口:
    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.

    从以下版本开始:
    1.0.1
    作者:
    Thomas Risberg
    另请参阅:
    序列化表格
    • 构造器详细资料

      • MetaDataAccessException

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