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

com.microsoft.bingads.v13.reporting.AdApiFaultDetail_Exception Maven / Gradle / Ivy

Go to download

The Bing Ads Java SDK is a library improving developer experience when working with the Bing Ads services by providing high-level access to features such as Bulk API, OAuth Authorization and SOAP API.

There is a newer version: 13.0.22.1
Show newest version

package com.microsoft.bingads.v13.reporting;

import javax.xml.ws.WebFault;


/**
 * This class was generated by the JAX-WS RI.
 * JAX-WS RI 2.2.9-b130926.1035
 * Generated source version: 2.1
 * 
 */
@WebFault(name = "AdApiFaultDetail", targetNamespace = "https://adapi.microsoft.com")
public class AdApiFaultDetail_Exception
    extends Exception
{

    /**
     * Java type that goes as soapenv:Fault detail element.
     * 
     */
    private AdApiFaultDetail faultInfo;

    /**
     * 
     * @param faultInfo
     * @param message
     */
    public AdApiFaultDetail_Exception(String message, AdApiFaultDetail faultInfo) {
        super(message);
        this.faultInfo = faultInfo;
    }

    /**
     * 
     * @param faultInfo
     * @param cause
     * @param message
     */
    public AdApiFaultDetail_Exception(String message, AdApiFaultDetail faultInfo, Throwable cause) {
        super(message, cause);
        this.faultInfo = faultInfo;
    }

    /**
     * 
     * @return
     *     returns fault bean: com.microsoft.bingads.v13.reporting.AdApiFaultDetail
     */
    public AdApiFaultDetail getFaultInfo() {
        return faultInfo;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy