Table of Contents

Class ReadThroughPendingException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

A ScaleoutException specialization that indicates that an error occurred because the key of an object on which StateServer was asked to operate is not found, but a read-through operation is currently being performed by either (1) another client that is creating this object in the StateServer from a backing store (such as a database) or by (2) a pending GeoServer replication operation.

[Serializable]
public class ReadThroughPendingException : ScaleoutException, ISerializable
Inheritance
ReadThroughPendingException
Implements
Inherited Members

Constructors

ReadThroughPendingException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate an ReadThroughPendingException from a serialized stream.

ReadThroughPendingException(string, int, string)

Create a new ReadThroughPendingException.

ReadThroughPendingException(string, int, string, string)

Create a new ReadThroughPendingException.

ReadThroughPendingException(string, int, string, string, Exception)

Create a new ReadThroughPendingException.

ReadThroughPendingException(string, string)

Create a new ReadThroughPendingException.

ReadThroughPendingException(string, string, string)

Create a new ReadThroughPendingException.

ReadThroughPendingException(string, string, string, Exception)

Create a new ReadThroughPendingException.