![JAR search and dependency download from the Maven repository](/logo.png)
net.redpipe.engine.security.AuthenticationException Maven / Gradle / Ivy
package net.redpipe.engine.security;
@SuppressWarnings("serial")
public class AuthenticationException extends RuntimeException {
public AuthenticationException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy