Class JwtExpiredException

All Implemented Interfaces:
Serializable

public class JwtExpiredException extends OpenIdConnectVerificationException
Expired JWT.
See Also:
  • Constructor Details

    • JwtExpiredException

      public JwtExpiredException()
      Construct the exception.
    • JwtExpiredException

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

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

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