|
GemFire 6.6.2 | ||||||||
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.CacheWriterException
public class CacheWriterException
An exception thrown by a CacheWriter
method. This exception
is propagated back to the caller that initiated modification of the
cache, even if the caller is not in the same cache VM.
CacheWriter
,
Region.put(Object, Object)
,
Region.destroy(Object)
,
Region.create(Object, Object)
,
Region.destroyRegion()
,
Region.get(Object)
,
Serialized FormConstructor Summary | |
---|---|
CacheWriterException()
Creates a new instance of CacheWriterException . |
|
CacheWriterException(String msg)
Constructs an instance of CacheWriterException with the specified detail message. |
|
CacheWriterException(String msg,
Throwable cause)
Constructs an instance of CacheWriterException with the specified detail message
and cause. |
|
CacheWriterException(Throwable cause)
Constructs an instance of CacheWriterException 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 CacheWriterException()
CacheWriterException
.
public CacheWriterException(String msg)
CacheWriterException
with the specified detail message.
msg
- the detail messagepublic CacheWriterException(String msg, Throwable cause)
CacheWriterException
with the specified detail message
and cause.
msg
- the detail messagecause
- the causal Throwablepublic CacheWriterException(Throwable cause)
CacheWriterException
with the specified cause.
cause
- the causal Throwable
|
GemFire 6.6.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |