Interface AdaptedErrorHandler.UncertainOperation

  • Enclosing interface:
    AdaptedErrorHandler

    public static interface AdaptedErrorHandler.UncertainOperation
    Function interface for an uncertain operation that may fail.
    • Method Detail

      • run

        void run()
          throws java.lang.Throwable
        Uncertain logic.
        Throws:
        java.lang.Throwable - Failure in the uncertain logic.