com.chargebee.exceptions.PaymentException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chargebee-java Show documentation
Show all versions of chargebee-java Show documentation
Java client library for ChargeBee API
/*
* Copyright (c) 2011 chargebee.com
* All Rights Reserved.
*/
package com.chargebee.exceptions;
import com.chargebee.APIException;
import org.json.*;
public class PaymentException extends APIException{
public PaymentException(int httpStatusCode,JSONObject jsonObj) throws Exception {
super(httpStatusCode,jsonObj);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy