net.leanix.gsit.FirehoseEncodingException Maven / Gradle / Ivy
package net.leanix.gsit;
public class FirehoseEncodingException extends Throwable {
public FirehoseEncodingException(Throwable cause) {
super("Cannot encode event into AWS Firehose format", cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy