Searched refs:throwableToPropagate (Results 1 – 2 of 2) sorted by relevance
433 Throwable throwableToPropagate = null; in withCleanCallingIdentity() local438 throwableToPropagate = throwable; in withCleanCallingIdentity()441 if (throwableToPropagate != null) { in withCleanCallingIdentity()442 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()457 Throwable throwableToPropagate = null; in withCleanCallingIdentity() local462 throwableToPropagate = throwable; in withCleanCallingIdentity()466 if (throwableToPropagate != null) { in withCleanCallingIdentity()467 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
120 Throwable throwableToPropagate = null; in withCleanCallingIdentity() local124 throwableToPropagate = throwable; in withCleanCallingIdentity()127 if (throwableToPropagate != null) { in withCleanCallingIdentity()128 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()