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

net.quasardb.qdb.exception.operation.OperationException Maven / Gradle / Ivy

package net.quasardb.qdb.exception;

/**
 * Exception thrown when an operation caused an error
 */
public class OperationException extends Exception {

    public OperationException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy