Class ConcurrentModificationException

  • All Implemented Interfaces:
    Serializable

    public class ConcurrentModificationException
    extends AmazonServiceException

    Another modification has already happened. Fetch VersionId again and use it to update the destination.

    See Also:
    Serialized Form
    • Constructor Detail

      • ConcurrentModificationException

        public ConcurrentModificationException​(String message)
        Constructs a new ConcurrentModificationException with the specified error message.
        Parameters:
        message - Describes the error encountered.