org.tomitribe.auth.signatures.UnparsableSignatureException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gravitee-policy-http-signature Show documentation
Show all versions of gravitee-policy-http-signature Show documentation
Description of the HTTP Signature Gravitee Policy
package org.tomitribe.auth.signatures;
public class UnparsableSignatureException extends AuthenticationException {
public UnparsableSignatureException(final String message, final Throwable cause) {
super(message, cause);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy