Class IndexMaintenanceException

All Implemented Interfaces:
Serializable

public class IndexMaintenanceException extends CacheRuntimeException
Thrown if an error occurs while updating query indexes during region modification.
Since:
GemFire 4.0
See Also:
  • Constructor Details

    • IndexMaintenanceException

      public IndexMaintenanceException()
      Creates a new instance of IndexMaintenanceException without detail message.
    • IndexMaintenanceException

      public IndexMaintenanceException(String msg)
      Constructs an instance of IndexMaintenanceException with the specified detail message.
      Parameters:
      msg - the detail message.
    • IndexMaintenanceException

      public IndexMaintenanceException(String msg, Throwable cause)
      Constructs an instance of IndexMaintenanceException with the specified detail message and cause.
      Parameters:
      msg - the detail message
      cause - the causal Throwable
    • IndexMaintenanceException

      public IndexMaintenanceException(Throwable cause)
      Constructs an instance of IndexMaintenanceException with the specified cause.
      Parameters:
      cause - the causal Throwable