|
GemFire 5.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
com.gemstone.gemfire.cache.OperationAbortedException
com.gemstone.gemfire.cache.CacheLoaderException
public class CacheLoaderException
Thrown from the CacheLoader.load(com.gemstone.gemfire.cache.LoaderHelper) 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),
Serialized Form| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class com.gemstone.gemfire.cache.CacheRuntimeException |
|---|
toString |
| Methods inherited from class com.gemstone.gemfire.GemFireException |
|---|
getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CacheLoaderException()
CacheLoaderException.
public CacheLoaderException(String msg)
CacheLoaderException with the specified detail message.
msg - the detail message
public 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
|
GemFire 5.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||