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

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

package net.quasardb.qdb.exception;

/**
 * Exception thrown when the operation cannot be performed because the 64-bit integer would underflow
 */
public final class UnderflowException extends OperationException {

    public UnderflowException() {
        super("The operation provokes underflow.");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy