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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy