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.
|
buildpublic Failover.FailoverBuild<T> excepting(Class<? extends Throwable> exceptionClass)
exceptionClass - the type of the exceptions triggering failoverCopyright © 2005–2018 Codehaus. All rights reserved.