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

cf.dropsonde.metron.DropsondeException Maven / Gradle / Ivy

Go to download

Java support for Cloud Foundry's Loggregator using the Dropsonde protocol.

There is a newer version: 0.5
Show newest version
package cf.dropsonde.metron;

/**
 * @author Mike Heath
 */
public class DropsondeException extends RuntimeException {
	public DropsondeException(Throwable cause) {
		super(cause);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy