public class DaoException
extends java.sql.SQLException
| 构造器和说明 |
|---|
DaoException()
contructor
|
DaoException(java.lang.String message)
contructor
|
DaoException(java.lang.String message,
java.lang.Throwable cause)
contructor
|
DaoException(java.lang.Throwable cause)
contructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
static java.sql.SQLException |
stripSQLException(java.lang.Throwable e)
recursively strip exception to get real SQLException instance thrown by JDBC driver
|
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2024. All Rights Reserved.