Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-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:
java.io.Serializable

public class ReadTimedOutException
extends java.lang.RuntimeException

Indicates that a monotonic read timed-out while waiting for the required consistent-read version to become available.

Author:
js 2010.06.04

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® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


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