Class ExecutionFailure

java.lang.Object
org.apache.cassandra.concurrent.ExecutionFailure

public class ExecutionFailure extends Object
Standardised handling of failures during execution - mostly this involves invoking a thread's Thread.UncaughtExceptionHandler or JVMStabilityInspector.uncaughtException(Thread, Throwable), with special handling for CompactionInterruptedException. This class also provides wrappers for WithResources with Runnable and Callable.