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

io.thundra.swark.common.exception.UnauthorizedException Maven / Gradle / Ivy

There is a newer version: 0.0.10
Show newest version
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