Class AlgorithmMismatchException

All Implemented Interfaces:
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:
  • Constructor Details

    • AlgorithmMismatchException

      public AlgorithmMismatchException(String message)