public class CacheLoaderException extends OperationAbortedException
CacheLoader.load(org.apache.geode.cache.LoaderHelper<K, V>)
method indicating that an error occurred when a
CacheLoader was attempting to load a value. This exception is propagated back to the caller of
Region.get
.Region.get(Object)
,
CacheLoader.load(org.apache.geode.cache.LoaderHelper<K, V>)
,
Serialized FormConstructor and Description |
---|
CacheLoaderException()
Creates a new instance of
CacheLoaderException . |
CacheLoaderException(java.lang.String msg)
Constructs an instance of
CacheLoaderException with the specified detail message. |
CacheLoaderException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of
CacheLoaderException with the specified detail message
and cause. |
CacheLoaderException(java.lang.Throwable cause)
Constructs an instance of
CacheLoaderException with the specified cause. |
toString
getRootCause
public CacheLoaderException()
CacheLoaderException
.public CacheLoaderException(java.lang.String msg)
CacheLoaderException
with the specified detail message.msg
- the detail messagepublic CacheLoaderException(java.lang.String msg, java.lang.Throwable cause)
CacheLoaderException
with the specified detail message
and cause.msg
- the detail messagecause
- the causal Throwablepublic CacheLoaderException(java.lang.Throwable cause)
CacheLoaderException
with the specified cause.cause
- the causal Throwable