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 | 
getUID()
 
          Returns the entry UID 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(String entryUID)
- Parameters:
 entryUID - the entry's UID the caused the CacheTimeoutException
getUID
public String getUID()
- Returns the entry UID that caused the error.
- Returns:
 - the entry UID
 
 
 
Copyright © GigaSpaces.