com.chargebee.exceptions
Class PaymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.chargebee.APIException
                  extended by com.chargebee.exceptions.PaymentException
All Implemented Interfaces:
Serializable

public class PaymentException
extends APIException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.chargebee.APIException
apiErrorCode, code, httpCode, httpStatusCode, jsonObj, message, param, type
 
Constructor Summary
PaymentException(int httpStatusCode, org.json.JSONObject jsonObj)
           
 
Method Summary
 
Methods inherited from class com.chargebee.APIException
isParamErr, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PaymentException

public PaymentException(int httpStatusCode,
                        org.json.JSONObject jsonObj)
                 throws Exception
Throws:
Exception


Copyright © 2018 ChargeBee. All Rights Reserved.