Package com.stripe.exception
Class ApiConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stripe.exception.StripeException
com.stripe.exception.ApiConnectionException
- All Implemented Interfaces:
java.io.Serializable
public class ApiConnectionException extends StripeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ApiConnectionException(java.lang.String message)
ApiConnectionException(java.lang.String message, java.lang.Throwable e)
-
Method Summary
Methods inherited from class com.stripe.exception.StripeException
getCode, getMessage, getRequestId, getStatusCode, getStripeError, setStripeError
-
Constructor Details
-
ApiConnectionException
public ApiConnectionException(java.lang.String message) -
ApiConnectionException
public ApiConnectionException(java.lang.String message, java.lang.Throwable e)
-