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

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.");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy