Class Hierarchy
- java.lang.Object
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.hazelcast.core.HazelcastException
- com.hazelcast.durableexecutor.StaleTaskIdException (implements com.hazelcast.spi.exception.SilentException)
- com.hazelcast.core.HazelcastException
- java.lang.RuntimeException
- java.lang.Exception
- java.lang.Throwable (implements java.io.Serializable)
Interface Hierarchy
- java.util.concurrent.CompletionStage<T>
- com.hazelcast.durableexecutor.DurableExecutorServiceFuture<V> (also extends java.util.concurrent.Future<V>)
- com.hazelcast.core.DistributedObject
- com.hazelcast.durableexecutor.DurableExecutorService (also extends java.util.concurrent.ExecutorService)
- java.util.concurrent.Executor
- java.util.concurrent.ExecutorService
- com.hazelcast.durableexecutor.DurableExecutorService (also extends com.hazelcast.core.DistributedObject)
- java.util.concurrent.ExecutorService
- java.util.concurrent.Future<V>
- com.hazelcast.durableexecutor.DurableExecutorServiceFuture<V> (also extends java.util.concurrent.CompletionStage<T>)