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

io.joshworks.stream.client.MaxRetryExceeded Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package io.joshworks.stream.client;

/**
 * Created by Josh Gontijo on 6/9/17.
 */
public class MaxRetryExceeded extends RuntimeException {
    MaxRetryExceeded(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy