com.stripe.exception
Class APIConnectionException

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

public class APIConnectionException
extends StripeException

See Also:
Serialized Form

Constructor Summary
APIConnectionException(String message)
           
APIConnectionException(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

APIConnectionException

public APIConnectionException(String message)

APIConnectionException

public APIConnectionException(String message,
                              Throwable e)


Copyright © 2011 Stripe. All Rights Reserved.