de.cidaas.jwk.InvalidPublicKeyException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cidaas-interceptor-spring-security Show documentation
Show all versions of cidaas-interceptor-spring-security Show documentation
Interceptor for Cidaas Java Spring Clients
package de.cidaas.jwk;
@SuppressWarnings("WeakerAccess")
public class InvalidPublicKeyException extends JwkException {
public InvalidPublicKeyException(String msg, Throwable cause) {
super(msg, cause);
}
}