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

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

package net.quasardb.qdb.exception;

/**
 * Exception thrown when an entry cannot be found in the database
 */
public final class AliasNotFoundException extends OperationException {

    public AliasNotFoundException() {
        super("An entry matching the provided alias cannot be found.");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy