public class JwtExpiredException extends OpenIdConnectVerificationException
| Constructor and Description |
|---|
JwtExpiredException()
Construct the exception.
|
JwtExpiredException(String message)
Construct the exception with the given message.
|
JwtExpiredException(String message,
Throwable cause)
Construct the exception with the given message and cause.
|
JwtExpiredException(Throwable cause)
Construct the exception with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JwtExpiredException()
public JwtExpiredException(String message)
message - The message.public JwtExpiredException(String message, Throwable cause)
message - The message.cause - The cause.public JwtExpiredException(Throwable cause)
cause - The cause.Copyright © 2025 Open Identity Platform Community. All rights reserved.