public class InvalidJwtException extends JwtReconstructionException
Possible causes, but not definitive, are incorrect number of "." characters, unparsable JSON, duplicate entries in header or claims set.
Constructor and Description |
---|
InvalidJwtException(String message)
Constructs a new JwtReconstructionException with the provided exception message.
|
InvalidJwtException(String message,
Throwable throwable)
Constructs a new JwtReconstructionException with the provided exception message and underlying throwable.
|
InvalidJwtException(Throwable throwable)
Constructs a new JwtReconstructionException with the provided underlying throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidJwtException(String message)
message
- The exception message.public InvalidJwtException(String message, Throwable throwable)
message
- The exception message.throwable
- The underlying throwable.public InvalidJwtException(Throwable throwable)
throwable
- The underlying throwable.Copyright © 2010-2018, ForgeRock All Rights Reserved.