All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.chargebee.exceptions.InvalidRequestException Maven / Gradle / Ivy

There is a newer version: 3.24.0
Show newest version
/*
 * Copyright (c) 2011 chargebee.com
 * All Rights Reserved.
 */

package com.chargebee.exceptions;

import com.chargebee.APIException;
import org.json.*;


public class InvalidRequestException extends APIException{

    public InvalidRequestException(int httpStatusCode, String message, JSONObject jsonObj) {
        super(httpStatusCode, message, jsonObj);
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy