Package com.google.crypto.tink.jwt
Class JwtInvalidException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- com.google.crypto.tink.jwt.JwtInvalidException
-
- All Implemented Interfaces:
java.io.Serializable
public final class JwtInvalidException extends java.security.GeneralSecurityExceptionThis error is thrown when one of the headers or one of the claims is invalid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JwtInvalidException(java.lang.String message)
-