public class TimeoutException extends OperationAbortedException
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, org.apache.geode.cache.RegionAttributes<SK, SV>)
,
Region.get(Object)
,
Region.put(Object, Object)
,
Region.create(Object, Object)
,
Region.invalidate(Object)
,
Region.destroy(Object)
,
DistributedLockService
,
Serialized FormConstructor and Description |
---|
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. |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public TimeoutException()
TimeoutException
without detail message.public TimeoutException(String msg)
TimeoutException
with the specified detail message.msg
- the detail messagepublic 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