Class JWTVerifierException

All Implemented Interfaces:
Serializable

public class JWTVerifierException extends JWTException
An unexpected exception occurred when verifying the JWT.
Author:
Daniel DeGroff
See Also:
  • Constructor Details

    • JWTVerifierException

      public JWTVerifierException()
    • JWTVerifierException

      public JWTVerifierException(String message, Throwable cause)