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