com.stripe.exception
Class InvalidRequestException

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
All Implemented Interfaces:
Serializable

public class InvalidRequestException
extends StripeException

See Also:
Serialized Form

Constructor Summary
InvalidRequestException(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

InvalidRequestException

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

getParam

public String getParam()


Copyright © 2014 Stripe. All rights reserved.