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

net.tokensmith.jwt.serialization.exception.EncryptException Maven / Gradle / Ivy

There is a newer version: 1.3.4
Show newest version
package net.tokensmith.jwt.serialization.exception;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy