no.unit.commons.apigateway.authentication.ForbiddenException Maven / Gradle / Ivy
package no.unit.commons.apigateway.authentication;
public class ForbiddenException extends Exception {
public static final String DEFAULT_MESSAGE = "Forbidden";
public ForbiddenException() {
super(DEFAULT_MESSAGE);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy