![JAR search and dependency download from the Maven repository](/logo.png)
it.cosenonjaviste.security.jwt.exceptions.ValveInitializationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tomcat-jwt-security Show documentation
Show all versions of tomcat-jwt-security Show documentation
JWT Tomcat Valve and utility classes for handling JWT tokens
The newest version!
package it.cosenonjaviste.security.jwt.exceptions;
public class ValveInitializationException extends RuntimeException {
public ValveInitializationException(String message) {
super(message);
}
public ValveInitializationException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy