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

com.wavefront.agent.logsharvesting.MalformedMessageException Maven / Gradle / Ivy

package com.wavefront.agent.logsharvesting;

/**
 * @author Mori Bellamy ([email protected])
 */
public class MalformedMessageException extends Exception {
  MalformedMessageException(String msg) {
    super(msg);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy