|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tangosol.coherence.transaction.exception.ReadTimedOutException
public class ReadTimedOutException
Indicates that a monotonic read timed-out while waiting for the required consistent-read version to become available.
| Constructor Summary | |
|---|---|
ReadTimedOutException(long lblockedTime, long lRequiredVersion, long lAvailableVersion)Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Constructor Detail |
|---|
public ReadTimedOutException(long lblockedTime,
long lRequiredVersion,
long lAvailableVersion)
lblockedTime - total time in millis that read blockedlRequiredVersion - required consistent-read versionlAvailableVersion - available consistent-read version
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||