net.quasardb.qdb.exception.operation.BufferClosedException Maven / Gradle / Ivy
package net.quasardb.qdb.exception;
/**
* Exception thrown when trying to perform an operation on a closed Buffer
*/
public final class BufferClosedException extends OperationException {
public BufferClosedException() {
super("Operation cannot be performed because Buffer.close() was called");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy