com.gemstone.gemfire.cache.query
Class IndexInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.query.IndexInvalidException
- All Implemented Interfaces:
- Serializable
public class IndexInvalidException
- extends GemFireException
Thrown if the index definition is not valid.
- Since:
- 4.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IndexInvalidException
public IndexInvalidException(String msg)
- Construct an instance of IndexInvalidException
- Parameters:
msg - the error message
IndexInvalidException
public IndexInvalidException(String msg,
Throwable cause)
- Construct an instance of IndexInvalidException
- Parameters:
msg - the error messagecause - a Throwable cause
IndexInvalidException
public IndexInvalidException(Throwable cause)
- Construct an instance of IndexInvalidException
- Parameters:
cause - a Throwable cause
Copyright © 1997-2012 VMware, Inc. All rights reserved.