Class ReadTimedOutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.tangosol.coherence.transaction.exception.ReadTimedOutException
-
- All Implemented Interfaces:
Serializable
public class ReadTimedOutException extends RuntimeException
Indicates that a monotonic read timed-out while waiting for the required consistent-read version to become available.- Author:
- js 2010.06.04
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadTimedOutException(long lblockedTime, long lRequiredVersion, long lAvailableVersion)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ReadTimedOutException
public ReadTimedOutException(long lblockedTime, long lRequiredVersion, long lAvailableVersion)
Constructor.- Parameters:
lblockedTime
- total time in millis that read blockedlRequiredVersion
- required consistent-read versionlAvailableVersion
- available consistent-read version
-
-