All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.interceptors.totalorder.RetryPrepareException Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
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