Class ApiKeyMissingException

All Implemented Interfaces:
Serializable

public class ApiKeyMissingException extends RuntimeException
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 Details

    • ApiKeyMissingException

      public ApiKeyMissingException(String message)
      Initializes a new instance of the ApiKeyMissingException with a message.