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:
Serializable
public class AlgorithmMismatchException extends JWTVerificationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlgorithmMismatchException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AlgorithmMismatchException
public AlgorithmMismatchException(String message)
-
-