Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Signals that a request execution in a clustered environment did not complete in a pre-determined amount of time.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
[SerializableAttribute]
public class RequestTimeoutException : PortableException, 
	ISerializable

Remarks

For some specific requests this exception could carry a partial execution result.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Tangosol.IO.Pof..::.PortableException
      Tangosol.Net..::.RequestTimeoutException

See Also