public class IndexInvalidException extends GemFireException
Constructor and Description |
---|
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
|
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IndexInvalidException(String msg)
msg
- the error messagepublic IndexInvalidException(String msg, Throwable cause)
msg
- the error messagecause
- a Throwable causepublic IndexInvalidException(Throwable cause)
cause
- a Throwable cause