public class ExecutionFailure
extends java.lang.Object
Thread.UncaughtExceptionHandler
or
JVMStabilityInspector.uncaughtException(Thread, Throwable)
,
with special handling for CompactionInterruptedException
.
This class also provides wrappers for WithResources
with Runnable
and Callable
.Constructor and Description |
---|
ExecutionFailure() |
Modifier and Type | Method and Description |
---|---|
static void |
handle(java.lang.Throwable t)
Invoke the relevant
Thread.UncaughtExceptionHandler ,
ignoring (except for logging) any CompactionInterruptedException |
public static void handle(java.lang.Throwable t)
Thread.UncaughtExceptionHandler
,
ignoring (except for logging) any CompactionInterruptedException
Copyright © 2009- The Apache Software Foundation