arp.repository.springdatamongodb.CanNotAcquireLockException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ARP-repository-spring-data-mongodb Show documentation
Show all versions of ARP-repository-spring-data-mongodb Show documentation
ARP-repository for spring-data-mongodb
package arp.repository.springdatamongodb;
public class CanNotAcquireLockException extends RuntimeException {
private static final long serialVersionUID = 6741814513846145110L;
}