
com.github.saphyra.exceptionhandling.exception.UnauthorizedException Maven / Gradle / Ivy
package com.github.saphyra.exceptionhandling.exception;
import org.springframework.http.HttpStatus;
public class UnauthorizedException extends RestException {
public UnauthorizedException(String logMessage) {
super(HttpStatus.UNAUTHORIZED, logMessage);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy