类 DataAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sagacity.sqltoy.exception.DataAccessException
-
- 所有已实现的接口:
Serializable
public class DataAccessException extends RuntimeException
- 版本:
- v1.0, Date:2019年7月3日
- 作者:
- zhongxuchen
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 DataAccessException()DataAccessException(Exception e, String message, Object... errorArgs)DataAccessException(String message)DataAccessException(String message, Exception e)DataAccessException(String message, Object... errorArgs)DataAccessException(Throwable cause)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ThrowablegetRootCause()voidprintStackTrace()voidprintStackTrace(PrintStream outStream)voidprintStackTrace(PrintWriter writer)-
从类继承的方法 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-
-
-
方法详细资料
-
printStackTrace
public void printStackTrace()
- 覆盖:
printStackTrace在类中Throwable
-
printStackTrace
public void printStackTrace(PrintStream outStream)
- 覆盖:
printStackTrace在类中Throwable
-
printStackTrace
public void printStackTrace(PrintWriter writer)
- 覆盖:
printStackTrace在类中Throwable
-
getRootCause
public Throwable getRootCause()
-
-