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

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

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

/**
 * @author Marc Klinger - mklinger[at]mklinger[dot]de
 */
public class RetryFailedGenericException extends RuntimeException implements RetryFailedException {
	private static final long serialVersionUID = 1L;

	public RetryFailedGenericException(final Throwable cause) {
		super(cause);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy