Class DbConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nablarch.core.db.DbAccessException
nablarch.core.db.connection.exception.DbConnectionException
- All Implemented Interfaces:
Serializable
,Retryable
データベース接続に関する問題が発生した場合に送出される例外。
- See Also:
-
Constructor Summary
ConstructorDescriptionDbConnectionException
(String message, SQLException e) DbConnectionExceptionを生成する。 -
Method Summary
Methods inherited from class nablarch.core.db.DbAccessException
getErrorCode, getSQLState
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DbConnectionException
DbConnectionExceptionを生成する。- Parameters:
message
- エラーメッセージe
- SQL例外
-