Class ConcurrentModificationException

All Implemented Interfaces:
Serializable

public class ConcurrentModificationException extends AmazonServiceException

Another user submitted a request to update the object at the same time that you did. Retry the request.

See Also:
  • Constructor Details

    • ConcurrentModificationException

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