Class OperationTimeoutException

All Implemented Interfaces:
Serializable

public class OperationTimeoutException
extends HazelcastException
An unchecked version of TimeoutException.

Some of the Hazelcast operations may throw an OperationTimeoutException. Hazelcast uses OperationTimeoutException to pass TimeoutException up through interfaces that don't have TimeoutException in their signatures.

See Also:
TimeoutException, Serialized Form