public class UnsupportedJwtException extends JwtException
For example, this exception would be thrown if parsing an unsigned plaintext JWT when the application requires a cryptographically signed Claims JWS instead.
Constructor and Description |
---|
UnsupportedJwtException(java.lang.String message) |
UnsupportedJwtException(java.lang.String message,
java.lang.Throwable cause) |
Copyright © 2014-2022 jsonwebtoken.io. All Rights Reserved.