Class IndexExistsException

All Implemented Interfaces:
Serializable

public class IndexExistsException extends QueryException
Thrown while creating the new index if there exists an Index with the same definition as new index.
Since:
GemFire 4.0
See Also:
  • Constructor Details

    • IndexExistsException

      public IndexExistsException(String msg)
      Constructs instance of IndexNameConflictException with error message
      Parameters:
      msg - the error message
    • IndexExistsException

      public IndexExistsException(String msg, Throwable cause)
      Constructs instance of IndexNameConflictException with error message and cause
      Parameters:
      msg - the error message
      cause - a Throwable that is a cause of this exception