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(String msg)
Constructs an instance of
CacheLoaderException with the specified detail message. |
CacheLoaderException(String msg,
Throwable cause)
Constructs an instance of
CacheLoaderException with the specified detail message
and cause. |
CacheLoaderException(Throwable cause)
Constructs an instance of
CacheLoaderException with the specified cause. |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public CacheLoaderException()
CacheLoaderException
.public CacheLoaderException(String msg)
CacheLoaderException
with the specified detail message.msg
- the detail messagepublic CacheLoaderException(String msg, Throwable cause)
CacheLoaderException
with the specified detail message
and cause.msg
- the detail messagecause
- the causal Throwablepublic CacheLoaderException(Throwable cause)
CacheLoaderException
with the specified cause.cause
- the causal Throwable