Class IndexMaintenanceException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      IndexMaintenanceException()
      Creates a new instance of IndexMaintenanceException without detail message.
      IndexMaintenanceException​(java.lang.String msg)
      Constructs an instance of IndexMaintenanceException with the specified detail message.
      IndexMaintenanceException​(java.lang.String msg, java.lang.Throwable cause)
      Constructs an instance of IndexMaintenanceException with the specified detail message and cause.
      IndexMaintenanceException​(java.lang.Throwable cause)
      Constructs an instance of IndexMaintenanceException with the specified cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IndexMaintenanceException

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

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

        public IndexMaintenanceException​(java.lang.String msg,
                                         java.lang.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​(java.lang.Throwable cause)
        Constructs an instance of IndexMaintenanceException with the specified cause.
        Parameters:
        cause - the causal Throwable