Searched refs:throwableToPropagate (Results 1 – 2 of 2) sorted by relevance
387 Throwable throwableToPropagate = null; in withCleanCallingIdentity() local392 throwableToPropagate = throwable; in withCleanCallingIdentity()395 if (throwableToPropagate != null) { in withCleanCallingIdentity()396 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()411 Throwable throwableToPropagate = null; in withCleanCallingIdentity() local416 throwableToPropagate = throwable; in withCleanCallingIdentity()420 if (throwableToPropagate != null) { in withCleanCallingIdentity()421 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
119 Throwable throwableToPropagate = null; in withCleanCallingIdentity() local123 throwableToPropagate = throwable; in withCleanCallingIdentity()126 if (throwableToPropagate != null) { in withCleanCallingIdentity()127 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()