Class JwtException

All Implemented Interfaces:
Serializable

public class JwtException extends RuntimeException
A RuntimeException for the JWT and JWK world.
See Also:
  • Constructor Details

    • JwtException

      public JwtException(String message)
      Exception with a message.
      Parameters:
      message - message to propagate
    • JwtException

      public JwtException(String message, Throwable cause)
      Exception with a message and a cause.
      Parameters:
      message - message to propagate
      cause - cause of this exception