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

com.github.robertomanfreda.java.jwt.exceptions.InvalidTokenException Maven / Gradle / Ivy

package com.github.robertomanfreda.java.jwt.exceptions;

public class InvalidTokenException extends Exception {
    public InvalidTokenException(String errorMessage) {
        super(errorMessage);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy