public static class Failover.FailoverExceptingOrBuild<T> extends Failover.FailoverBuild<T>
failover
Modifier and Type | Method and Description |
---|---|
Failover.FailoverBuild<T> |
excepting(Class<? extends Throwable> exceptionClass)
Excepting this exception class.
|
build
public Failover.FailoverBuild<T> excepting(Class<? extends Throwable> exceptionClass)
exceptionClass
- the type of the exceptions triggering failoverCopyright © 2005–2015 Codehaus. All rights reserved.