Package com.auth0.exception
Class PublicKeyProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.auth0.exception.PublicKeyProviderException
- All Implemented Interfaces:
Serializable
Represents an error when attempting to retrieve a public key.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPublicKeyProviderException(String message) Creates a newPublicKeyProviderExceptionPublicKeyProviderException(String message, Throwable cause) Creates a newPublicKeyProviderException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PublicKeyProviderException
Creates a newPublicKeyProviderException- Parameters:
message- the exception message
-
PublicKeyProviderException
Creates a newPublicKeyProviderException- Parameters:
message- the exception messagecause- the cause of the exception
-