Class LogExceptionRunnable

java.lang.Object
io.grpc.internal.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