com.scaleoutsoftware.soss.client
Class NamedCacheReadThroughTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.scaleoutsoftware.soss.client.NamedCacheException
              extended by com.scaleoutsoftware.soss.client.NamedCacheReadThroughTimeoutException
All Implemented Interfaces:
Serializable

public class NamedCacheReadThroughTimeoutException
extends NamedCacheException

This exception indicates that a read-through operation to a backing store (such as a database) timed out.

See Also:
Serialized Form

Method Summary
 CachedObjectId getId()
          Gets the CachedObjectId of an object on which read-through was attempted.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

public CachedObjectId getId()
Gets the CachedObjectId of an object on which read-through was attempted.

Returns:
object id


Copyright (C) 2007-2012 ScaleOut Software, Inc.