Uses of Class
org.kiwiproject.retry.KiwiRetryerException
-
Packages that use KiwiRetryerException Package Description org.kiwiproject.retry -
-
Uses of KiwiRetryerException in org.kiwiproject.retry
Methods in org.kiwiproject.retry with parameters of type KiwiRetryerException Modifier and Type Method Description static Optional<Throwable>KiwiRetryerException. unwrapKiwiRetryerException(KiwiRetryerException kiwiRetryerEx)Unwrap the givenKiwiRetryerExceptionto reveal the underlying exception that caused it.static Optional<Throwable>KiwiRetryerException. unwrapKiwiRetryerExceptionFully(KiwiRetryerException kiwiRetryerEx)Unwrap the givenKiwiRetryerExceptionto reveal the underlying exception that caused it.
-