
com.wavefront.agent.data.IgnoreStatusCodeException Maven / Gradle / Ivy
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