Class SameThreadTimeoutInvocation.InterruptTask

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    SameThreadTimeoutInvocation<T>

    static class SameThreadTimeoutInvocation.InterruptTask
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Detail

      • exceptionsDuringInterruption

        private final java.util.List<java.lang.Throwable> exceptionsDuringInterruption
      • thread

        private final java.lang.Thread thread
      • executed

        private volatile boolean executed
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • attachSuppressedExceptions

        void attachSuppressedExceptions​(java.lang.Throwable outerException)