Class BatchOptimisticLockException

All Implemented Interfaces:
Serializable

public class BatchOptimisticLockException extends OptimisticLockException
Thrown to indicate that optimistic locking is failed in a batch processing.

OptimisticLockException.getFormattedSql() returns null.

See Also:
  • Constructor Details

    • BatchOptimisticLockException

      public BatchOptimisticLockException(SqlLogType logType, Sql<?> sql)
    • BatchOptimisticLockException

      public BatchOptimisticLockException(SqlLogType logType, SqlKind kind, String rawSql, String sqlFilePath)