public class CacheWriterException extends OperationAbortedException
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 and Description |
---|
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. |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
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