Searched defs:caught (Results 1 – 3 of 3) sorted by relevance
61 Throwable caught = null; in apply() field in RetryRule82 Log.w(TAG, "Arrrr! " + name + " failed at attempt " + i + "/" + mMaxAttempts in apply()86 throw caught; in apply() field in RetryRule
78 Throwable caught = null; in apply() field in RetryRule102 Log.w(TAG, "Arrrr! " + name + " failed at attempt " + i + "/" + mMaxAttempts in apply()106 throw caught; in apply() field in RetryRule
260 final Exception[] caught = new Exception[1]; in testRecycleThrowsIfMessageIsBeingDelivered() local280 final Exception[] caught = new Exception[1]; in testSendMessageThrowsIfMessageIsBeingDelivered() local