Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


com.tangosol.coherence.transaction.exception
Class ReadTimedOutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
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

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

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.