Gemfire JavaDocs_test
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:
java.io.Serializable
public class IndexInvalidException extends GemFireException
Thrown if the index definition is not valid.- Since:
- GemFire 4.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexInvalidException(java.lang.String msg)
Construct an instance of IndexInvalidExceptionIndexInvalidException(java.lang.String msg, java.lang.Throwable cause)
Construct an instance of IndexInvalidExceptionIndexInvalidException(java.lang.Throwable cause)
Construct an instance of IndexInvalidException
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-
-
-
Constructor Detail
-
IndexInvalidException
public IndexInvalidException(java.lang.String msg)
Construct an instance of IndexInvalidException- Parameters:
msg
- the error message
-
IndexInvalidException
public IndexInvalidException(java.lang.String msg, java.lang.Throwable cause)
Construct an instance of IndexInvalidException- Parameters:
msg
- the error messagecause
- a Throwable cause
-
IndexInvalidException
public IndexInvalidException(java.lang.Throwable cause)
Construct an instance of IndexInvalidException- Parameters:
cause
- a Throwable cause
-
-