Class GemfireSystemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.UncategorizedDataAccessException
org.springframework.data.gemfire.GemfireSystemException
All Implemented Interfaces:
Serializable

public class GemfireSystemException extends org.springframework.dao.UncategorizedDataAccessException
GemFire-specific subclass of UncategorizedDataAccessException, for GemFire system errors that do not match any concrete org.springframework.dao exceptions.
See Also:
  • Constructor Details

    • GemfireSystemException

      public GemfireSystemException(org.apache.geode.GemFireCheckedException ex)
    • GemfireSystemException

      public GemfireSystemException(org.apache.geode.GemFireException ex)
    • GemfireSystemException

      public GemfireSystemException(RuntimeException ex)