org.infinispan.interceptors.totalorder.RetryPrepareException Maven / Gradle / Ivy
package org.infinispan.interceptors.totalorder;
import org.infinispan.commons.CacheException;
/**
* Indicates the state transfer is running and the prepare should be retried.
*
* @author Pedro Ruivo
* @since 5.3
*/
public class RetryPrepareException extends CacheException {
public RetryPrepareException() {
super();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy