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

net.ripe.db.whois.common.rpsl.AuthenticationException Maven / Gradle / Ivy

package net.ripe.db.whois.common.rpsl;

import org.apache.commons.lang.exception.NestableRuntimeException;

public class AuthenticationException extends NestableRuntimeException {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy