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

de.mklinger.qetcher.client.impl.retry.RetryFailedException Maven / Gradle / Ivy

There is a newer version: 2.0.42.rc
Show newest version
package de.mklinger.qetcher.client.impl.retry;

/**
 * Marker exception interface to not do retries when retrying already failed on
 * a nested call.
 *
 * @author Marc Klinger - mklinger[at]mklinger[dot]de
 */
public interface RetryFailedException {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy