Class FulfillRequestedUploadRequestException.UploadRequestNotFound

    • Constructor Detail

      • UploadRequestNotFound

        public UploadRequestNotFound​(UUID uploadRequestUuid)
        Constructs a new exception indicating that the upload request with the given UUID was not found.
        Parameters:
        uploadRequestUuid - The UUID of the upload request that was not found.
    • Method Detail

      • uploadRequestUuid

        public UUID uploadRequestUuid()
        The UUID of the upload request that was not found.
        Returns:
        The UUID of the upload request that was not found.