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

org.rootservices.jwt.jwe.exception.EncryptException Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package org.rootservices.jwt.jwe.exception;

public class EncryptException extends Exception {
    public EncryptException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy