com.stripe.exception
Class StripeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
StripeException(String message)
           
StripeException(String message, Throwable e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StripeException

public StripeException(String message)

StripeException

public StripeException(String message,
                       Throwable e)


Copyright © 2013 Stripe. All Rights Reserved.