com.bazaarvoice.ostrich.exceptions.NoAvailableHostsException Maven / Gradle / Ivy
package com.bazaarvoice.ostrich.exceptions;
/**
* An exception indicating that {@link com.bazaarvoice.ostrich.HostDiscovery} provided no end points.
*/
public class NoAvailableHostsException extends DiscoveryException {
private static final long serialVersionUID = 0;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy