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

fi.evolver.basics.spring.lock.LockException Maven / Gradle / Ivy

There is a newer version: 6.5.1
Show newest version
package fi.evolver.basics.spring.lock;

public class LockException extends Exception {
	private static final long serialVersionUID = 1L;


	public LockException(String name) {
		super("Failed to take lock " + name + ": already taken");
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy