Uses of Class
org.forgerock.json.jose.exceptions.JwtRuntimeException
Packages that use JwtRuntimeException
Package
Description
Exceptions for all possible JWT exception scenarios.
-
Uses of JwtRuntimeException in org.forgerock.json.jose.exceptions
Subclasses of JwtRuntimeException in org.forgerock.json.jose.exceptionsModifier and TypeClassDescriptionclassRepresents an exception that occurs when a JWT is determined as invalid.classRepresents an exception for when compression/decompression of the plaintext fails.final classRepresents an exception for when decryption of the JWE fails.classRepresents an exception for when encryption of the JWE fails.classRepresents a generic exception for JWE operations.classRepresents a generic exception for JWS operations.classRepresents an exception for when signing of the JWS fails.classRepresents an exception for when verification of the JWS signature fails.classRepresents an exception that occurs when creating/rebuilding JWTs.classRepresents an exception that occurs when reconstructing JWTs.classIndicates that the JWT had critical headers that were not recognized by the JWT library and not implemented by the application.