Class BadJwtException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JwtValidationException

public class BadJwtException extends JwtException
An exception similar to BadCredentialsException that indicates a Jwt that is invalid in some way.
Since:
5.3
See Also:
  • Constructor Details

    • BadJwtException

      public BadJwtException(String message)
    • BadJwtException

      public BadJwtException(String message, Throwable cause)