Package org.threadly.concurrent.future
Class CancelDebuggingListenableFuture.FutureProcessingStack
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.threadly.util.StackSuppressedRuntimeException
-
- org.threadly.concurrent.future.CancelDebuggingListenableFuture.FutureProcessingStack
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CancelDebuggingListenableFuture<T>
public static class CancelDebuggingListenableFuture.FutureProcessingStack extends StackSuppressedRuntimeException
Throwable that is not thrown, but instead added as a cause to indicate the processing stack trace at the time of cancellation.- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class org.threadly.util.StackSuppressedRuntimeException
fillInStackTrace
-
-