Class IndexInvalidException

All Implemented Interfaces:
Serializable

public class IndexInvalidException extends GemFireException
Thrown if the index definition is not valid.
Since:
GemFire 4.0
See Also:
  • Constructor Details

    • IndexInvalidException

      public IndexInvalidException(String msg)
      Construct an instance of IndexInvalidException
      Parameters:
      msg - the error message
    • IndexInvalidException

      public IndexInvalidException(String msg, Throwable cause)
      Construct an instance of IndexInvalidException
      Parameters:
      msg - the error message
      cause - a Throwable cause
    • IndexInvalidException

      public IndexInvalidException(Throwable cause)
      Construct an instance of IndexInvalidException
      Parameters:
      cause - a Throwable cause