public abstract class DatabaseRetryPredicate extends Object implements com.google.common.base.Predicate<Throwable>
Constructor and Description |
---|
DatabaseRetryPredicate() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
apply(Throwable input) |
protected Set<Class<?>> |
getAllExceptions(Throwable t) |
public DatabaseRetryPredicate()
Copyright © 2018 Apache Software Foundation. All rights reserved.