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

org.rootservices.jwt.exception.InvalidJWT Maven / Gradle / Ivy

The newest version!
package org.rootservices.jwt.exception;

public class InvalidJWT extends Exception {
    public InvalidJWT(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy