com.stripe.exception
Class RateLimitException

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

public class RateLimitException
extends InvalidRequestException

See Also:
Serialized Form

Constructor Summary
RateLimitException(String message, String param, Throwable e)
           
 
Method Summary
 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

RateLimitException

public RateLimitException(String message,
                          String param,
                          Throwable e)
Method Detail

getParam

public String getParam()
Overrides:
getParam in class InvalidRequestException


Copyright © 2014 Stripe. All rights reserved.