Interface RequesterRetryTest.Thrower<E extends Throwable>

Type Parameters:
E - the element type
Enclosing class:
RequesterRetryTest
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface RequesterRetryTest.Thrower<E extends Throwable>
The Interface Thrower.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Throw error.
  • Method Details

    • throwError

      void throwError() throws E
      Throw error.
      Throws:
      E - the e