public class CacheWritingException
extends java.lang.RuntimeException
Cache when the CacheLoaderWriter it uses threw an
Exception while writing a value for a given key| 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()
public CacheWritingException(java.lang.String message)
message - the detail messagepublic CacheWritingException(java.lang.String message,
java.lang.Throwable cause)
cause passed in
and with the provided message.message - the detail messagecause - the root causepublic CacheWritingException(java.lang.Throwable cause)
cause passed in.cause - the root cause