类 DataAccessException

  • 所有已实现的接口:
    java.io.Serializable, org.apache.commons.lang.exception.Nestable
    直接已知子类:
    JdbcException, SqlWarningException

    public class DataAccessException
    extends org.apache.commons.lang.exception.NestableRuntimeException
    数据访问错误
    从以下版本开始:
    0.1, Feb 15, 2009
    另请参阅:
    序列化表格
    • 字段概要

      • 从类继承的字段 org.apache.commons.lang.exception.NestableRuntimeException

        delegate
    • 方法概要

      • 从类继承的方法 org.apache.commons.lang.exception.NestableRuntimeException

        getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
      • 从类继承的方法 java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 构造器详细资料

      • DataAccessException

        public DataAccessException()
      • DataAccessException

        public DataAccessException​(java.lang.String msg)
      • DataAccessException

        public DataAccessException​(java.lang.String msg,
                                   java.lang.Throwable cause)