Class DuplicateStatementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nablarch.core.db.DbAccessException
nablarch.core.db.statement.exception.SqlStatementException
nablarch.core.db.statement.exception.DuplicateStatementException
- All Implemented Interfaces:
Serializable
一意制約違反時に発生する例外クラス。
- See Also:
-
Constructor Summary
ConstructorDescriptionDuplicateStatementException
(String message, SQLException e) SQLException
をラップしたDuplicateStatementException
を生成する。 -
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
-
DuplicateStatementException
SQLException
をラップしたDuplicateStatementException
を生成する。- Parameters:
message
- エラーメッセージe
- SQLException
-