@Published
public class DbAccessException
extends java.lang.RuntimeException
SQLExceptionが発生した場合、本クラスでラップし再送出すること。SQLException,
Serialized Form| Constructor and Description |
|---|
DbAccessException(java.lang.String message,
java.sql.SQLException e)
本クラスのインスタンスを生成する。
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
エラーコードを取得する。
|
java.lang.String |
getSQLState()
SQLState値を取得する。
|