Class 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:
  • Constructor Details

    • CacheTimeoutException

      public CacheTimeoutException(Object key)
      Parameters:
      key - the entry's key the caused the CacheTimeoutException
  • Method Details

    • getKey

      public String getKey()
      Returns the entry key that caused the error.
      Returns:
      the entry's key