Class JWKSetParseException

All Implemented Interfaces:
Serializable

JWK set parse exception, in the context of JWK set retrieval.
Version:
2022-09-04
Author:
Thomas Rørvik Skjølberg
See Also:
  • Constructor Details

    • JWKSetParseException

      public JWKSetParseException(String message, Throwable cause)
      Creates a new JWK set parse exception.
      Parameters:
      message - The message, null if not specified.
      cause - The cause, null if not specified.