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

com.wavefront.agent.data.IgnoreStatusCodeException Maven / Gradle / Ivy

There is a newer version: 9999.0
Show newest version
package com.wavefront.agent.data;

/**
 * Exception used to ignore 404s for DELETE API calls for sourceTags.
 *
 * @author [email protected]
 */
public class IgnoreStatusCodeException extends DataSubmissionException {
  public IgnoreStatusCodeException(String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy