public class InvalidJWTException extends OpenIdConnectVerificationException
Constructor and Description |
---|
InvalidJWTException()
Construct the exception.
|
InvalidJWTException(String message)
Construct the exception with the given message.
|
InvalidJWTException(String message,
Throwable cause)
Construct the exception with the given message and cause.
|
InvalidJWTException(Throwable cause)
Construct the exception with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidJWTException()
public InvalidJWTException(String message)
message
- The message.public InvalidJWTException(String message, Throwable cause)
message
- The message.cause
- The cause.public InvalidJWTException(Throwable cause)
cause
- The cause.Copyright © 2010-2018, ForgeRock All Rights Reserved.