
com.wavefront.agent.data.IgnoreStatusCodeException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proxy Show documentation
Show all versions of proxy Show documentation
Service for batching and relaying metric traffic to Wavefront
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 - 2025 Weber Informatics LLC | Privacy Policy