java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.doma.DomaException
org.seasar.doma.jdbc.JdbcException
org.seasar.doma.jdbc.OptimisticLockException
org.seasar.doma.jdbc.BatchOptimisticLockException
- All Implemented Interfaces:
Serializable
Thrown to indicate that optimistic locking is failed in a batch processing.
OptimisticLockException.getFormattedSql() returns null.
- See Also:
-
Field Summary
Fields inherited from class org.seasar.doma.jdbc.OptimisticLockException
formattedSql, kind, rawSql, sqlFilePathFields inherited from class org.seasar.doma.DomaException
args, messageResource -
Constructor Summary
ConstructorsConstructorDescriptionBatchOptimisticLockException(SqlLogType logType, Sql<?> sql) BatchOptimisticLockException(SqlLogType logType, SqlKind kind, String rawSql, String sqlFilePath) -
Method Summary
Methods inherited from class org.seasar.doma.jdbc.OptimisticLockException
getFormattedSql, getKind, getRawSql, getSqlFilePathMethods inherited from class org.seasar.doma.jdbc.JdbcException
choiceSqlMethods inherited from class org.seasar.doma.DomaException
getArgs, getMessageResourceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BatchOptimisticLockException
-
BatchOptimisticLockException
public BatchOptimisticLockException(SqlLogType logType, SqlKind kind, String rawSql, String sqlFilePath)
-