com.bazaarvoice.ostrich.exceptions.NoSuitableHostsException Maven / Gradle / Ivy
package com.bazaarvoice.ostrich.exceptions;
/**
* An exception indicating a {@link com.bazaarvoice.ostrich.LoadBalanceAlgorithm} chose {@code null} rather than one of the
* provided end points.
*/
public class NoSuitableHostsException extends DiscoveryException {
private static final long serialVersionUID = 0;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy