Package com.auth0.jwt.exceptions
Class AlgorithmMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.auth0.jwt.exceptions.JWTVerificationException
-
- com.auth0.jwt.exceptions.AlgorithmMismatchException
-
- All Implemented Interfaces:
java.io.Serializable
public class AlgorithmMismatchException extends JWTVerificationException
The exception that will be thrown if the exception doesn't match the one mentioned in the JWT Header.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlgorithmMismatchException(java.lang.String message)
-