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

com.hashicorp.nomad.javasdk.RetryInterruptedException Maven / Gradle / Ivy

There is a newer version: 0.11.3.0
Show newest version
package com.hashicorp.nomad.javasdk;

/**
 * Indicates that Nomad was interrupted while waiting to retry a request.
 */
public class RetryInterruptedException extends NomadException {
    RetryInterruptedException(InterruptedException e) {
        super(null, e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy