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

com.github.davidmoten.odata.client.RetryException Maven / Gradle / Ivy

The newest version!
package com.github.davidmoten.odata.client;

public final class RetryException extends RuntimeException {

    private static final long serialVersionUID = -8485628454671949441L;

    public RetryException(String message, Throwable t) {
        super(message, t);
    }

    public RetryException(String message) {
        super(message);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy