io.thundra.swark.common.exception.UnauthorizedException Maven / Gradle / Ivy
package io.thundra.swark.common.exception;
/**
* @author Fazilet Ozer
*/
public class UnauthorizedException extends RuntimeException implements NonCriticalException {
public UnauthorizedException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy