net.quasardb.qdb.exception.operation.ResourceLockedException Maven / Gradle / Ivy
package net.quasardb.qdb.exception;
/**
* Exception thrown when an operation cannot be performed because the entry is locked.
*/
public final class ResourceLockedException extends OperationException {
public ResourceLockedException() {
super("The entry is currently locked by another client.");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy