public interface

IsRetryableException

package com.netflix.astyanax.connectionpool.exceptions;

/**
 * Defines that an exception is retryable for the context of a single execute
 * with failover.
 * 
 * @author elandau
 * 
 */
public interface IsRetryableException {

}