Searched refs:throwableToPropagate (Results 1 – 2 of 2) sorted by relevance
357 Throwable throwableToPropagate = null; in withCleanCallingIdentity() local361 throwableToPropagate = throwable; in withCleanCallingIdentity()364 if (throwableToPropagate != null) { in withCleanCallingIdentity()365 throw ExceptionUtils.propagate(throwableToPropagate); in withCleanCallingIdentity()381 Throwable throwableToPropagate = null; in withCleanCallingIdentity() local385 throwableToPropagate = throwable; in withCleanCallingIdentity()389 if (throwableToPropagate != null) { in withCleanCallingIdentity()390 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()