Package 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
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CacheTimeoutException
- Parameters:
key- the entry's key the caused theCacheTimeoutException
-
-
Method Details
-
getKey
Returns the entry key that caused the error.- Returns:
- the entry's key
-