public class CacheException
extends java.lang.Exception
CacheException is thrown when all retries to connect to a ScaleOut in-memory data grid have been exhausted.| Constructor and Description |
|---|
CacheException(java.lang.Exception cause)
Instantiates a
CacheException with a Exception cause. |
CacheException(java.lang.String msg)
Instantiates a
CacheException with a message. |
CacheException(java.lang.String msg,
java.lang.Exception e)
Instantiates a
CacheException with a message and an Exception cause. |
public CacheException(java.lang.String msg)
CacheException with a message.msg - the messagepublic CacheException(java.lang.Exception cause)
CacheException with a Exception cause.cause - the causepublic CacheException(java.lang.String msg,
java.lang.Exception e)
CacheException with a message and an Exception cause.msg - the messagee - the cause