Class LogExceptionRunnable

java.lang.Object
org.apache.bookkeeper.common.util.LogExceptionRunnable
All Implemented Interfaces:
Runnable

public final class LogExceptionRunnable extends Object implements Runnable
A simple wrapper for a Runnable that logs any exception thrown by it, before re-throwing it.
  • Constructor Details

    • LogExceptionRunnable

      public LogExceptionRunnable(Runnable task)
  • Method Details