com.j_spaces.core.client
Class CacheTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.j_spaces.core.client.CacheException
                  extended by com.j_spaces.core.client.CacheTimeoutException
All Implemented Interfaces:
Serializable

public class CacheTimeoutException
extends CacheException

This Exception thrown when the entry is locked under another transaction and operation timeout expired. Thrown by: get(), remove(), put(), putAll() operations.

See Also:
IMap, Serialized Form

Constructor Summary
CacheTimeoutException(String entryUID)
           
 
Method Summary
 String getUID()
          Returns the entry UID that caused the error.
 
Methods inherited from class com.j_spaces.core.client.CacheException
getUnderlyingException
 
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
 

Constructor Detail

CacheTimeoutException

public CacheTimeoutException(String entryUID)
Parameters:
entryUID - the entry's UID the caused the CacheTimeoutException
Method Detail

getUID

public String getUID()
Returns the entry UID that caused the error.

Returns:
the entry UID