Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

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.6.1.0 (3.6.1.0)

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