public class CacheLoaderException extends OperationAbortedException
CacheLoader.load(com.gemstone.gemfire.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(com.gemstone.gemfire.cache.LoaderHelper<K, V>),
Serialized Form| Constructor 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. |
toStringgetRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic 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 ThrowableCopyright © 1997-2017 Pivotal Software, Inc. All rights reserved.