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

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

Go to download

API for the JNI components of the QuasarDB API for Java. Should not be included directly.

There is a newer version: 3.14.1
Show newest version
package net.quasardb.qdb.exception;

/**
 * Exception thrown when the specified entry already exists in the database.
 */
public final class AliasAlreadyExistsException extends OperationException {

    public AliasAlreadyExistsException() {
        super("An entry matching the provided alias already exists.");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy