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 TransactionException
IBM.WebSphere.Caching NoActiveTransactionException
IBM.WebSphere.Caching TransactionAlreadyActiveException
Namespace: IBM.WebSphere.Caching
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
A TransactionException exception is a general locking exception that indicates something went wrong with a transaction.
Use the isTransactionActive() and wasTransactionRolledBack() methods to determine
whether transaction is still active or was rolled back as a result of this exception.
Inheritance Hierarchy
System Exception
IBM.WebSphere.Caching GridException
IBM.WebSphere.Caching TransactionException
IBM.WebSphere.Caching NoActiveTransactionException
IBM.WebSphere.Caching TransactionAlreadyActiveException
Namespace: IBM.WebSphere.Caching
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
See Also