IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification
System Object
System Exception
IBM.WebSphere.Caching GridException
IBM.WebSphere.Caching NotReentrantException
Namespace: IBM.WebSphere.Caching
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
A NotReentrantException occurs when a thread tries to run a map operation, such as
calling a method on ObjectMap interface, when another thread is already running a
map operation for the Session.
A Session object can be used by a single thread only to perform concurrent map operations.
Inheritance Hierarchy
System Exception
IBM.WebSphere.Caching GridException
IBM.WebSphere.Caching NotReentrantException
Namespace: IBM.WebSphere.Caching
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
See Also