|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.more.util.exception.NestableRuntimeException
net.hasor.jdbc.exceptions.DataAccessException
net.hasor.jdbc.exceptions.TransactionDataAccessException
public class TransactionDataAccessException
数据库事务性异常的根,子类将会确定具体事务方面原因。
| 字段摘要 |
|---|
| 从类 org.more.util.exception.NestableRuntimeException 继承的字段 |
|---|
delegate |
| 构造方法摘要 | |
|---|---|
TransactionDataAccessException(String msg)
数据库事务性异常的根,子类将会确定具体事务方面原因。 |
|
TransactionDataAccessException(String msg,
Throwable cause)
数据库事务性异常的根,子类将会确定具体事务方面原因。 |
|
| 方法摘要 |
|---|
| 从类 org.more.util.exception.NestableRuntimeException 继承的方法 |
|---|
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
| 从类 java.lang.Throwable 继承的方法 |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public TransactionDataAccessException(String msg)
msg - the detail message
public TransactionDataAccessException(String msg,
Throwable cause)
msg - the detail messagecause - the root cause from the data access API in use
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||