Class 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 Detail

      • ReadTimedOutException

        public ReadTimedOutException​(long lblockedTime,
                                     long lRequiredVersion,
                                     long lAvailableVersion)
        Constructor.
        Parameters:
        lblockedTime - total time in millis that read blocked
        lRequiredVersion - required consistent-read version
        lAvailableVersion - available consistent-read version