Class PublicKeyProviderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.auth0.exception.PublicKeyProviderException
All Implemented Interfaces:
Serializable

public class PublicKeyProviderException extends Exception
Represents an error when attempting to retrieve a public key.
See Also:
  • Constructor Details

    • PublicKeyProviderException

      public PublicKeyProviderException(String message)
      Creates a new PublicKeyProviderException
      Parameters:
      message - the exception message
    • PublicKeyProviderException

      public PublicKeyProviderException(String message, Throwable cause)
      Creates a new PublicKeyProviderException
      Parameters:
      message - the exception message
      cause - the cause of the exception