LockDeadlockException ClassIBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

A LockStrategyNotSupportedException exception occurs when the lock manager detects a deadlock. This exception occurs to prevent the deadlock.

Inheritance Hierarchy

System Object
  System Exception
    IBM.WebSphere.Caching GridException
      IBM.WebSphere.Caching.Map LockException
        IBM.WebSphere.Caching.Map LockTimeoutException
          IBM.WebSphere.Caching.Map LockDeadlockException

Namespace: IBM.WebSphere.Caching.Map
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax

Remarks

Typically, a deadlock is the result of the following scenario: One transaction gets a map entry, resulting in a weaker lock than an existing lock on the same entry. At commit time, the transaction attempts to promote the weaker lock to a stronger lock to apply the changes to the data store. For example, two transactions try to promote from shared locks to exclusive locks, but each transaction already owns a shared lock.
See Also