Class ItemCollectionSizeLimitExceededException

  • All Implemented Interfaces:
    Serializable

    public class ItemCollectionSizeLimitExceededException
    extends AmazonServiceException

    An item collection is too large. This exception is only returned for tables that have one or more local secondary indexes.

    See Also:
    Serialized Form
    • Constructor Detail

      • ItemCollectionSizeLimitExceededException

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