Package com.nimbusds.jose.jwk.source
Class JWKSetRetrievalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.nimbusds.jose.JOSEException
-
- com.nimbusds.jose.KeySourceException
-
- com.nimbusds.jose.jwk.source.JWKSetUnavailableException
-
- com.nimbusds.jose.jwk.source.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.
-