Package com.stripe.exception
Class ApiKeyMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.stripe.exception.ApiKeyMissingException
- All Implemented Interfaces:
Serializable
ApiKeyMissingException
is thrown when the API key is not set for a request. The API key
for a request may be set either globally through Stripe.apiKey
or through
RequestOptions
.- See Also:
-
Constructor Summary
ConstructorDescriptionApiKeyMissingException
(String message) Initializes a new instance of theApiKeyMissingException
with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ApiKeyMissingException
Initializes a new instance of theApiKeyMissingException
with a message.
-