Class JWKSetUnavailableException

    • Constructor Detail

      • JWKSetUnavailableException

        public JWKSetUnavailableException​(String message)
        Creates a new JWK set unavailable exception.
        Parameters:
        message - The message, null if not specified.
      • JWKSetUnavailableException

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