Package org.apache.cassandra.concurrent
Class ExecutionFailure
- java.lang.Object
-
- org.apache.cassandra.concurrent.ExecutionFailure
-
public class ExecutionFailure extends java.lang.ObjectStandardised handling of failures during execution - mostly this involves invoking a thread'sThread.UncaughtExceptionHandlerorJVMStabilityInspector.uncaughtException(Thread, Throwable), with special handling forCompactionInterruptedException. This class also provides wrappers forWithResourceswithRunnableandCallable.
-
-
Constructor Summary
Constructors Constructor Description ExecutionFailure()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidhandle(java.lang.Throwable t)Invoke the relevantThread.UncaughtExceptionHandler, ignoring (except for logging) anyCompactionInterruptedException
-
-
-
Method Detail
-
handle
public static void handle(java.lang.Throwable t)
Invoke the relevantThread.UncaughtExceptionHandler, ignoring (except for logging) anyCompactionInterruptedException
-
-