com.stripe.exception
Class StripeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stripe.exception.StripeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- APIConnectionException, APIException, AuthenticationException, CardException, InvalidRequestException
public abstract class StripeException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StripeException
public StripeException(String message)
StripeException
public StripeException(String message,
Throwable e)
Copyright © 2014 Stripe. All rights reserved.