Home
last modified time | relevance | path

Searched defs:originalException (Results 1 – 6 of 6) sorted by relevance

/external/sdk-platform-java/gax-java/gax-grpc/src/test/java/com/google/api/gax/grpc/
DGrpcTransportDescriptorTest.java62 Throwable originalException = new StatusException(Status.INVALID_ARGUMENT); in translateException_StatusException_noRetry() local
77 Throwable originalException = new StatusException(Status.UNAVAILABLE); in translateException_StatusException_withRetry() local
92 Throwable originalException = new StatusRuntimeException(Status.INVALID_ARGUMENT); in translateException_StatusRuntimeException_noRetry() local
107 Throwable originalException = new StatusRuntimeException(Status.UNAVAILABLE); in translateException_StatusRuntimeException_withRetry() local
133 Throwable originalException = new RuntimeException("stuff went wrong"); in translateException_ApiException() local
151 Throwable originalException = new RuntimeException("stuff went wrong"); in translateException_RuntimeException() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/test/java/com/google/android/exoplayer2/testutil/
DAdditionalFailureInfoTest.java72 IllegalArgumentException originalException = new IllegalArgumentException(); in extraInfoSet_transformsEverythingElseToExceptionAddsInfoAndTruncatesStackTrace() local
105 IllegalArgumentException originalException = new IllegalArgumentException(); in noExtraInfoSet_otherExceptionPropagatedDirectly() local
130 IllegalArgumentException originalException = new IllegalArgumentException(); in extraInfoSetAndCleared_otherExceptionPropagatedDirectly() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/test/java/com/google/android/exoplayer2/testutil/
DAdditionalFailureInfoTest.java72 IllegalArgumentException originalException = new IllegalArgumentException(); in extraInfoSet_transformsEverythingElseToExceptionAddsInfoAndTruncatesStackTrace() local
105 IllegalArgumentException originalException = new IllegalArgumentException(); in noExtraInfoSet_otherExceptionPropagatedDirectly() local
130 IllegalArgumentException originalException = new IllegalArgumentException(); in extraInfoSetAndCleared_otherExceptionPropagatedDirectly() local
/external/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/
DRepeatableInputStreamRequestEntity.java72 private IOException originalException; field in RepeatableInputStreamRequestEntity
/external/cronet/stable/base/test/android/javatests/src/org/chromium/base/test/
DBaseJUnit4ClassRunner.java146 public static CascadingFailureException wrap(String message, Throwable originalException) { in wrap()
/external/cronet/tot/base/test/android/javatests/src/org/chromium/base/test/
DBaseJUnit4ClassRunner.java146 public static CascadingFailureException wrap(String message, Throwable originalException) { in wrap()