Class EntryExistsException

    • Constructor Detail

      • 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 Detail

      • 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