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

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

The newest version!
package com.wavefront.agent.data;

/**
 * Exception to bypass standard handling for response status codes.

 * @author [email protected]
 */
public abstract class DataSubmissionException extends Exception {
  public DataSubmissionException(String message) {
    super(message);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy