Class JWKSetRetrievalException

All Implemented Interfaces:
Serializable

JWK set retrieval exception, due to a network issue or the remote server being unavailable.
Version:
2022-04-09
Author:
Thomas Rørvik Skjølberg
See Also:
  • Constructor Details

    • JWKSetRetrievalException

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