Class JWKSetRetrievalException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JWKSetRetrievalException
    extends JWKSetUnavailableException
    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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JWKSetRetrievalException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new JWK set retrieval exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JWKSetRetrievalException

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