VMware GemFire Java API Reference
Package org.apache.geode.cache.query
Class IndexExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.geode.GemFireCheckedException
-
- org.apache.geode.cache.query.QueryException
-
- org.apache.geode.cache.query.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexExistsException(String msg)Constructs instance of IndexNameConflictException with error messageIndexExistsException(String msg, Throwable cause)Constructs instance of IndexNameConflictException with error message and cause
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireCheckedException
getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IndexExistsException
public IndexExistsException(String msg)
Constructs instance of IndexNameConflictException with error message- Parameters:
msg- the error message
-
-