com.hashicorp.nomad.javasdk.RetryInterruptedException Maven / Gradle / Ivy
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