Class EntryExistsException

All Implemented Interfaces:
Serializable

public class EntryExistsException extends CacheException
Thrown when attempting to create a Region.Entry that already exists in the Region.
Since:
GemFire 3.0
See Also:
  • Constructor Details

    • EntryExistsException

      public EntryExistsException(String msg, Object oldValue)
      Constructs an instance of EntryExistsException with the specified detail message.
      Parameters:
      msg - the detail message
      oldValue - the old existing value that caused this exception
      Since:
      GemFire 6.5
  • Method Details

    • getOldValue

      public Object getOldValue()
      Returns the old existing value that caused this exception.
      Returns:
      the old existing value that caused this exception
    • setOldValue

      public void setOldValue(Object oldValue)
      Sets the old existing value that caused this exception.
      Parameters:
      oldValue - the old existing value that caused this exception
    • toString

      public String toString()
      Overrides:
      toString in class CacheException