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

com.darwinsys.locks.PessimisticLockException Maven / Gradle / Ivy

package com.darwinsys.locks;

public class PessimisticLockException extends RuntimeException {

	private static final long serialVersionUID = -6060487116987872592L;

	public PessimisticLockException(String string) {
		super(string);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy