Class ExecutionFailure

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void handle​(java.lang.Throwable t)
      Invoke the relevant Thread.UncaughtExceptionHandler, ignoring (except for logging) any CompactionInterruptedException
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExecutionFailure

        public ExecutionFailure()
    • Method Detail

      • handle

        public static void handle​(java.lang.Throwable t)
        Invoke the relevant Thread.UncaughtExceptionHandler, ignoring (except for logging) any CompactionInterruptedException