Class CacheException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.scaleout.client.caching.CacheException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CacheObjectAttributeException, DeserializationException, SerializationException

public class CacheException extends Exception
The CacheException is thrown when all retries to connect to a ScaleOut in-memory data grid have been exhausted.
See Also:
  • Constructor Details