Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for throwCause (0.03 sec)

  1. guava/src/com/google/common/util/concurrent/SimpleTimeLimiter.java

                  () -> {
                    try {
                      return method.invoke(target, args);
                    } catch (InvocationTargetException e) {
                      throw throwCause(e, /* combineStackTraces= */ false);
                    }
                  };
              return callWithTimeout(
                  callable, timeoutDuration, timeoutUnit, interruptibleMethods.contains(method));
            };
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 9.5K bytes
    - Viewed (0)
Back to top