Spring GemFire 1.0.1 API Reference

GemFireSystemException Class

GemFire-specific subclass of UncategorizedDataAccessException, for GemFire system errors that do not match any concrete

Spring.Data.Dao
exceptions.

For a list of all members of this type, see GemFireSystemException Members .

System.Object
   Exception
      DataAccessException
         NonTransientDataAccessException
            UncategorizedDataAccessException
               GemFireSystemException

[Visual Basic]
Public Class GemFireSystemException
    Inherits UncategorizedDataAccessException
[C#]
public class GemFireSystemException : UncategorizedDataAccessException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Spring.Data.GemFire

Assembly: Spring.Data.GemFire (in Spring.Data.GemFire.dll)

See Also

GemFireSystemException Members | Spring.Data.GemFire Namespace