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

reactivefeign.publisher.retry.OutOfRetriesException Maven / Gradle / Ivy

package reactivefeign.publisher.retry;

import reactivefeign.client.ReactiveFeignException;
import reactivefeign.client.ReactiveHttpRequest;

public class OutOfRetriesException extends ReactiveFeignException {

    OutOfRetriesException(Throwable cause, ReactiveHttpRequest request) {
        super(cause, request);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy