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

net.leanix.gsit.FirehoseEncodingException Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
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