Package org.apache.geode.cache.query
Class IndexInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.cache.query.IndexInvalidException
- All Implemented Interfaces:
Serializable
Thrown if the index definition is not valid.
- Since:
- GemFire 4.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct an instance of IndexInvalidExceptionIndexInvalidException(String msg, Throwable cause) Construct an instance of IndexInvalidExceptionIndexInvalidException(Throwable cause) Construct an instance of IndexInvalidException -
Method Summary
Methods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IndexInvalidException
Construct an instance of IndexInvalidException- Parameters:
msg- the error message
-
IndexInvalidException
Construct an instance of IndexInvalidException- Parameters:
msg- the error messagecause- a Throwable cause
-
IndexInvalidException
Construct an instance of IndexInvalidException- Parameters:
cause- a Throwable cause
-