Class IndexExistsException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexExistsException​(java.lang.String msg)
      Constructs instance of IndexNameConflictException with error message
      IndexExistsException​(java.lang.String msg, java.lang.Throwable cause)
      Constructs instance of IndexNameConflictException with error message and cause
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • IndexExistsException

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

        public IndexExistsException​(java.lang.String msg,
                                    java.lang.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