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(String message) |
UnsupportedJwtException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2014–2020 jsonwebtoken.io. All rights reserved.