All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gruelbox.transactionoutbox.OptimisticLockException Maven / Gradle / Ivy

There is a newer version: 6.0.553
Show newest version
package com.gruelbox.transactionoutbox;

/** Thrown when we attempt to update a record which has been modified by another thread. */
public class OptimisticLockException extends Exception {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy