Class EntryExistsException

    • Constructor Summary

      Constructors 
      Constructor Description
      EntryExistsException​(java.lang.String msg, java.lang.Object oldValue)
      Constructs an instance of EntryExistsException with the specified detail message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getOldValue()
      Returns the old existing value that caused this exception.
      void setOldValue​(java.lang.Object oldValue)
      Sets the old existing value that caused this exception.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EntryExistsException

        public EntryExistsException​(java.lang.String msg,
                                    java.lang.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 java.lang.Object getOldValue()
        Returns the old existing value that caused this exception.
        Returns:
        the old existing value that caused this exception
      • setOldValue

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