|
GemFire 6.6.2 | ||||||||
| 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
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
com.gemstone.gemfire.cache.query.IndexMaintenanceException
public class IndexMaintenanceException
Thrown if an error occurs while updating query indexes during region modification.
| Constructor Summary | |
|---|---|
IndexMaintenanceException()
Creates a new instance of IndexMaintenanceException without detail message. |
|
IndexMaintenanceException(String msg)
Constructs an instance of IndexMaintenanceException with the specified detail message. |
|
IndexMaintenanceException(String msg,
Throwable cause)
Constructs an instance of IndexMaintenanceException with the specified detail message
and cause. |
|
IndexMaintenanceException(Throwable cause)
Constructs an instance of IndexMaintenanceException with the specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class com.gemstone.gemfire.cache.CacheRuntimeException |
|---|
toString |
| Methods inherited from class com.gemstone.gemfire.GemFireException |
|---|
getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IndexMaintenanceException()
IndexMaintenanceException without detail message.
public IndexMaintenanceException(String msg)
IndexMaintenanceException with the specified detail message.
msg - the detail message.
public IndexMaintenanceException(String msg,
Throwable cause)
IndexMaintenanceException with the specified detail message
and cause.
msg - the detail messagecause - the causal Throwablepublic IndexMaintenanceException(Throwable cause)
IndexMaintenanceException with the specified cause.
cause - the causal Throwable
|
GemFire 6.6.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||