com.bazaarvoice.ostrich.exceptions.NoCachedInstancesAvailableException Maven / Gradle / Ivy
package com.bazaarvoice.ostrich.exceptions;
/**
* An exception to be thrown when a service cache does not have an idle cached instance for an end point, it does not
* have room to create a new one, and it is configured to fail when exhausted.
*/
public class NoCachedInstancesAvailableException extends ServiceException {
private static final long serialVersionUID = 0;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy