com.github.molcikas.photon.exceptions.PhotonOptimisticConcurrencyException Maven / Gradle / Ivy
The newest version!
package com.github.molcikas.photon.exceptions;
public class PhotonOptimisticConcurrencyException extends RuntimeException
{
public PhotonOptimisticConcurrencyException()
{
super("An optimistic concurrency exception occurred.");
}
}