Searched refs:caughtException (Results 1 – 3 of 3) sorted by relevance
139 boolean caughtException = false; in testCaughtException()155 caughtException = true; in testCaughtException()161 Assert.assertTrue(caughtException); in testCaughtException()
1183 Exception caughtException = null; in getSettingsAttrs() local1210 caughtException = e; in getSettingsAttrs()1212 caughtException = e; in getSettingsAttrs()1214 caughtException = e; in getSettingsAttrs()1218 if (caughtException != null) { in getSettingsAttrs()1221 caughtException, in getSettingsAttrs()
6201 Exception caughtException = null; in sendServiceArgsLocked() local6208 caughtException = e; in sendServiceArgsLocked()6213 caughtException = e; in sendServiceArgsLocked()6216 caughtException = e; in sendServiceArgsLocked()6219 if (caughtException != null) { in sendServiceArgsLocked()6228 if (caughtException instanceof TransactionTooLargeException) { in sendServiceArgsLocked()6229 throw (TransactionTooLargeException)caughtException; in sendServiceArgsLocked()