Class InvalidJWTException

All Implemented Interfaces:
Serializable

public class InvalidJWTException extends OpenIdConnectVerificationException
Invalid JWT.
See Also:
  • Constructor Details

    • InvalidJWTException

      public InvalidJWTException()
      Construct the exception.
    • InvalidJWTException

      public InvalidJWTException(String message)
      Construct the exception with the given message.
      Parameters:
      message - The message.
    • InvalidJWTException

      public InvalidJWTException(String message, Throwable cause)
      Construct the exception with the given message and cause.
      Parameters:
      message - The message.
      cause - The cause.
    • InvalidJWTException

      public InvalidJWTException(Throwable cause)
      Construct the exception with the given cause.
      Parameters:
      cause - The cause.