com.j_spaces.core.client
Class CacheTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.j_spaces.core.client.CacheException
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.
- Version:
- 3.2
- Author:
- Igor Goldenberg
- See Also:
IMap
,
Serialized Form
Method Summary |
String |
getKey()
Returns the entry key that caused the error. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CacheTimeoutException
public CacheTimeoutException(Object key)
- Parameters:
key
- the entry's key the caused the CacheTimeoutException
getKey
public String getKey()
- Returns the entry key that caused the error.
- Returns:
- the entry's key
Copyright © GigaSpaces.