Class CacheStorePartialUpdateException

    • Constructor Detail

      • CacheStorePartialUpdateException

        public CacheStorePartialUpdateException​(Collection failedKeys,
                                                Exception cause)
        Parameters:
        failedKeys - Keys that were not successfully updated.
        cause - Cause.
    • Method Detail

      • failedKeys

        public Collection<Object> failedKeys()
        Returns:
        Keys that were not successfully updated.