Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
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: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
[SerializableAttribute]
public class RequestTimeoutException : RequestIncompleteException

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..::..RequestIncompleteException
        Tangosol.Net..::..RequestTimeoutException

See Also