Class CacheWriterException

All Implemented Interfaces:
Serializable

public class CacheWriterException extends OperationAbortedException
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.
Since:
GemFire 3.0
See Also:
  • Constructor Details

    • CacheWriterException

      public CacheWriterException()
      Creates a new instance of CacheWriterException.
    • CacheWriterException

      public CacheWriterException(String msg)
      Constructs an instance of CacheWriterException with the specified detail message.
      Parameters:
      msg - the detail message
    • CacheWriterException

      public CacheWriterException(String msg, Throwable cause)
      Constructs an instance of CacheWriterException with the specified detail message and cause.
      Parameters:
      msg - the detail message
      cause - the causal Throwable
    • CacheWriterException

      public CacheWriterException(Throwable cause)
      Constructs an instance of CacheWriterException with the specified cause.
      Parameters:
      cause - the causal Throwable