Package com.nimbusds.jose
Class KeySourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nimbusds.jose.JOSEException
com.nimbusds.jose.KeySourceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JWKSetUnavailableException,RateLimitReachedException,RemoteKeySourceException
Key source exception.
- Version:
- 2023-01-05
- Author:
- Vladimir Dzhuvinov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new key source exception.KeySourceException(String message) Creates a new key source exception.KeySourceException(String message, Throwable cause) Creates a new key source exception.KeySourceException(Throwable cause) Creates a new key source exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KeySourceException
Creates a new key source exception.- Parameters:
message- The message.
-
KeySourceException
Creates a new key source exception.- Parameters:
message- The message.cause- The cause.
-
KeySourceException
Creates a new key source exception.- Parameters:
cause- The cause.
-
KeySourceException
public KeySourceException()Creates a new key source exception.
-