com.github.jayield.rapper.exceptions.ConcurrencyException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rapper Show documentation
Show all versions of rapper Show documentation
Async DataMapper for JDBC
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