Class IndexNameConflictException

All Implemented Interfaces:
Serializable

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

    • IndexNameConflictException

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

      public IndexNameConflictException(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