Class UploadNotFoundException

All Implemented Interfaces:
Serializable

public class UploadNotFoundException extends AmazonServiceException

The upload could not be found, or the specified upload id is not valid for this repository.

See Also:
  • Constructor Details

    • UploadNotFoundException

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