Package com.auth0.jwk

Class JwkException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidPublicKeyException, RateLimitReachedException, SigningKeyNotFoundException

public class JwkException extends Exception
See Also:
  • Constructor Details

    • JwkException

      public JwkException(String message)
    • JwkException

      public JwkException(String message, Throwable cause)