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

net.quasardb.qdb.exception.input.ReservedAliasException Maven / Gradle / Ivy

package net.quasardb.qdb.exception;

/**
 * Exception thrown when the specified alias is reserved for quasardb intenal use.
 */
public final class ReservedAliasException extends InputException {

    public ReservedAliasException() {
        super("The alias name or prefix is reserved.");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy