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

arp.repository.CanNotAcquireLockException Maven / Gradle / Ivy

The newest version!
package arp.repository;

public class CanNotAcquireLockException extends RuntimeException {
	private static final long serialVersionUID = 4650998033057407283L;

	public CanNotAcquireLockException(String nameOfProcessOccupyingLock) {
		super("lock is occupied by process: " + nameOfProcessOccupyingLock);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy