File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/tracing Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343import java .nio .channels .UnresolvedAddressException ;
4444import java .security .GeneralSecurityException ;
4545import java .util .Set ;
46- import java .util .concurrent .ExecutionException ;
4746import javax .annotation .Nullable ;
4847import javax .net .ssl .SSLHandshakeException ;
4948
@@ -146,10 +145,11 @@ public static String extractErrorType(@Nullable Throwable error) {
146145 * Unwraps standard execution wrappers to find the real cause of the failure.
147146 *
148147 * <p>This method specifically unwraps:
148+ *
149149 * <ul>
150150 * <li>{@link com.google.common.util.concurrent.UncheckedExecutionException}: This is an
151- * unchecked exception often thrown by {@code ApiExceptions.callAndTranslateApiException}
152- * or {@code ServerStreamIterator} when a checked exception or error occurs.
151+ * unchecked exception often thrown by {@code ApiExceptions.callAndTranslateApiException} or
152+ * {@code ServerStreamIterator} when a checked exception or error occurs.
153153 * </ul>
154154 *
155155 * @param t the Throwable to unwrap.
You can’t perform that action at this time.
0 commit comments