Searched refs:throwableToPropagate (Results 1 – 2 of 2) sorted by relevance
379 Throwable throwableToPropagate = null; in withCleanCallingIdentity() local383 throwableToPropagate = throwable; in withCleanCallingIdentity()386 if (throwableToPropagate != null) { in withCleanCallingIdentity()387 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()403 Throwable throwableToPropagate = null; in withCleanCallingIdentity() local407 throwableToPropagate = throwable; in withCleanCallingIdentity()411 if (throwableToPropagate != null) { in withCleanCallingIdentity()412 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()
117 Throwable throwableToPropagate = null; in withCleanCallingIdentity() local121 throwableToPropagate = throwable; in withCleanCallingIdentity()124 if (throwableToPropagate != null) { in withCleanCallingIdentity()125 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()