|
GemFire 6.0.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
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
com.gemstone.gemfire.cache.StatisticsDisabledException
public class StatisticsDisabledException
Thrown if statistics are requested when statistics are disabled on the region.
AttributesFactory.setStatisticsEnabled(boolean),
RegionAttributes.getStatisticsEnabled(),
Region.getStatistics(),
Region.Entry.getStatistics(),
Serialized Form| Constructor Summary | |
|---|---|
StatisticsDisabledException()
Creates a new instance of StatisticsDisabledException without detail message. |
|
StatisticsDisabledException(String msg)
Constructs an instance of StatisticsDisabledException with the specified detail message. |
|
StatisticsDisabledException(String msg,
Throwable cause)
Constructs an instance of StatisticsDisabledException with the specified detail message
and cause. |
|
StatisticsDisabledException(Throwable cause)
Constructs an instance of StatisticsDisabledException 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 StatisticsDisabledException()
StatisticsDisabledException without detail message.
public StatisticsDisabledException(String msg)
StatisticsDisabledException with the specified detail message.
msg - the detail message
public StatisticsDisabledException(String msg,
Throwable cause)
StatisticsDisabledException with the specified detail message
and cause.
msg - the detail messagecause - the causal Throwablepublic StatisticsDisabledException(Throwable cause)
StatisticsDisabledException with the specified cause.
cause - the causal Throwable
|
GemFire 6.0.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||