
com.ufoscout.coreutils.auth.UnauthenticatedException Maven / Gradle / Ivy
package com.ufoscout.coreutils.auth;
/**
* Unauthorized Exception thrown when an invalid user calls a protected end point
*
* @author Francesco Cina'
*/
public class UnauthenticatedException extends RuntimeException {
public UnauthenticatedException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy