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

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

package com.microsoft.bingads.v13.reporting;

/**
 */
public class CouldNotGetReportingMetadataException extends Exception {
    public CouldNotGetReportingMetadataException(String metadataName) {
        super(String.format("The report header property %s is empty or not found in the file.", metadataName));
    }

    public CouldNotGetReportingMetadataException(String metadataName, Throwable cause) {
        super(String.format("The report header property %s is empty or not found in the file.", metadataName), cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy