Class ConcurrentModificationException

All Implemented Interfaces:
Serializable

public class ConcurrentModificationException extends AmazonServiceException

This exception is thrown if two or more modifications are happening concurrently.

See Also:
  • Constructor Details

    • ConcurrentModificationException

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