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

com.github.jayield.rapper.exceptions.ConcurrencyException Maven / Gradle / Ivy

The newest version!
package com.github.jayield.rapper.exceptions;

public class ConcurrencyException extends RuntimeException{
    public ConcurrencyException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy