|
GemFire 5.7.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.gemstone.gemfire.cache.query.IndexInvalidException
public class IndexInvalidException
Thrown if the index definition is not valid.
| Constructor Summary | |
|---|---|
IndexInvalidException(String msg)
Construct an instance of IndexInvalidException |
|
IndexInvalidException(String msg,
Throwable cause)
Construct an instance of IndexInvalidException |
|
IndexInvalidException(Throwable cause)
Construct an instance of IndexInvalidException |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IndexInvalidException(String msg)
msg - the error message
public IndexInvalidException(String msg,
Throwable cause)
msg - the error messagecause - a Throwable causepublic IndexInvalidException(Throwable cause)
cause - a Throwable cause
|
GemFire 5.7.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||