package com.microsoft.bingads.v10.bulk; /** * This exception is thrown if an attempt was made to download a bulk results file that is not yet available. */ public class BulkOperationInProgressException extends RuntimeException { }