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:
  • Constructor Details

    • ConcurrentModificationException

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