![JAR search and dependency download from the Maven repository](/logo.png)
bboss.org.jgroups.blocks.LockNotGrantedException Maven / Gradle / Ivy
The newest version!
package bboss.org.jgroups.blocks;
/**
* This exception indicated that lock manager refused to give a lock on
* some resource.
*
* @author Roman Rokytskyy ([email protected])
*/
public class LockNotGrantedException extends Exception {
private static final long serialVersionUID = 4074824788210185433L;
public LockNotGrantedException() {
super();
}
public LockNotGrantedException(String s) {
super(s);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy