Class KeySourceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JWKSetUnavailableException, RateLimitReachedException, RemoteKeySourceException

public class KeySourceException extends JOSEException
Key source exception.
Version:
2023-01-05
Author:
Vladimir Dzhuvinov
See Also:
  • Constructor Details

    • KeySourceException

      public KeySourceException(String message)
      Creates a new key source exception.
      Parameters:
      message - The message.
    • KeySourceException

      public KeySourceException(String message, Throwable cause)
      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

      Creates a new key source exception.