cf.dropsonde.metron.DropsondeException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of snotel Show documentation
Show all versions of snotel Show documentation
Java support for Cloud Foundry's Loggregator using the Dropsonde protocol.
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