Searched defs:originalException (Results 1 – 6 of 6) sorted by relevance
62 Throwable originalException = new StatusException(Status.INVALID_ARGUMENT); in translateException_StatusException_noRetry() local77 Throwable originalException = new StatusException(Status.UNAVAILABLE); in translateException_StatusException_withRetry() local92 Throwable originalException = new StatusRuntimeException(Status.INVALID_ARGUMENT); in translateException_StatusRuntimeException_noRetry() local107 Throwable originalException = new StatusRuntimeException(Status.UNAVAILABLE); in translateException_StatusRuntimeException_withRetry() local133 Throwable originalException = new RuntimeException("stuff went wrong"); in translateException_ApiException() local151 Throwable originalException = new RuntimeException("stuff went wrong"); in translateException_RuntimeException() local
72 IllegalArgumentException originalException = new IllegalArgumentException(); in extraInfoSet_transformsEverythingElseToExceptionAddsInfoAndTruncatesStackTrace() local105 IllegalArgumentException originalException = new IllegalArgumentException(); in noExtraInfoSet_otherExceptionPropagatedDirectly() local130 IllegalArgumentException originalException = new IllegalArgumentException(); in extraInfoSetAndCleared_otherExceptionPropagatedDirectly() local
72 private IOException originalException; field in RepeatableInputStreamRequestEntity
146 public static CascadingFailureException wrap(String message, Throwable originalException) { in wrap()