Class ConcurrentModificationException

All Implemented Interfaces:
Serializable

public class ConcurrentModificationException extends AmazonServiceException

Thrown if there are parallel requests to modify a resource.

See Also:
  • Constructor Details

    • ConcurrentModificationException

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