org.rootservices.jwt.jwe.exception.EncryptException Maven / Gradle / Ivy
package org.rootservices.jwt.jwe.exception;
public class EncryptException extends Exception {
public EncryptException(String message, Throwable cause) {
super(message, cause);
}
}