Class KeyAlreadyExistsException

    • Constructor Detail

      • KeyAlreadyExistsException

        public KeyAlreadyExistsException​(String msg,
                                         Throwable ex)
      • KeyAlreadyExistsException

        public KeyAlreadyExistsException​(String msg)
      • KeyAlreadyExistsException

        public KeyAlreadyExistsException​(String msg,
                                         Iterable<Cell> existingKeys)
      • KeyAlreadyExistsException

        public KeyAlreadyExistsException​(String msg,
                                         Iterable<Cell> existingKeys,
                                         Iterable<Cell> knownSuccessfullyCommittedKeys)
    • Method Detail

      • getKnownSuccessfullyCommittedKeys

        public Collection<Cell> getKnownSuccessfullyCommittedKeys()