public class CacheWritingException
extends java.lang.RuntimeException
Cache when the CacheLoaderWriter
 fails when writing a value.| Constructor and Description | 
|---|
CacheWritingException()
Constructs a  
CacheWritingException. | 
CacheWritingException(java.lang.String message)
Constructs a  
CacheWritingException with the provided message. | 
CacheWritingException(java.lang.String message,
                     java.lang.Throwable cause)
Constructs a  
CacheWritingException wrapping the cause passed in
 and with the provided message. | 
CacheWritingException(java.lang.Throwable cause)
Constructs a  
CacheWritingException wrapping the cause passed in. | 
public CacheWritingException()
CacheWritingException.public CacheWritingException(java.lang.String message)
CacheWritingException with the provided message.message - the detail messagepublic CacheWritingException(java.lang.String message,
                             java.lang.Throwable cause)
CacheWritingException wrapping the cause passed in
 and with the provided message.message - the detail messagecause - the root causepublic CacheWritingException(java.lang.Throwable cause)
CacheWritingException wrapping the cause passed in.cause - the root cause