Searched refs:throwableToPropagate (Results 1 – 2 of 2) sorted by relevance
355 Throwable throwableToPropagate = null; in withCleanCallingIdentity() local359 throwableToPropagate = throwable; in withCleanCallingIdentity()362 if (throwableToPropagate != null) { in withCleanCallingIdentity()363 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()379 Throwable throwableToPropagate = null; in withCleanCallingIdentity() local383 throwableToPropagate = throwable; in withCleanCallingIdentity()387 if (throwableToPropagate != null) { in withCleanCallingIdentity()388 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()