|
GemFire 6.5 | ||||||||
| 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.OperationAbortedException
com.gemstone.gemfire.cache.TimeoutException
public class TimeoutException
Thrown if a netSearch times out without getting a response back from a cache,
or when attempting to acquire a distributed lock.
LoaderHelper.netSearch(boolean),
Region.invalidateRegion(),
Region.destroyRegion(),
Region.createSubregion(java.lang.String, com.gemstone.gemfire.cache.RegionAttributes) ,
Region.get(Object),
Region.put(Object, Object),
Region.create(Object, Object),
Region.invalidate(Object),
Region.destroy(Object),
DistributedLockService,
Serialized Form| Constructor Summary | |
|---|---|
TimeoutException()
Creates a new instance of TimeoutException without detail message. |
|
TimeoutException(String msg)
Constructs an instance of TimeoutException with the specified detail message. |
|
TimeoutException(String msg,
Throwable cause)
Constructs an instance of TimeoutException with the specified detail message
and cause. |
|
TimeoutException(Throwable cause)
Constructs an instance of TimeoutException 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 TimeoutException()
TimeoutException without detail message.
public TimeoutException(String msg)
TimeoutException with the specified detail message.
msg - the detail message
public TimeoutException(String msg,
Throwable cause)
TimeoutException with the specified detail message
and cause.
msg - the detail messagecause - the causal Throwablepublic TimeoutException(Throwable cause)
TimeoutException with the specified cause.
cause - the causal Throwable
|
GemFire 6.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||