com.stripe.exception
Class CardException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stripe.exception.StripeException
              extended by com.stripe.exception.CardException
All Implemented Interfaces:
Serializable

public class CardException
extends StripeException

See Also:
Serialized Form

Constructor Summary
CardException(String message, String code, String param, Throwable e)
           
 
Method Summary
 String getCode()
           
 String getParam()
           
 
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

CardException

public CardException(String message,
                     String code,
                     String param,
                     Throwable e)
Method Detail

getCode

public String getCode()

getParam

public String getParam()


Copyright © 2011 Stripe. All Rights Reserved.